Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Callbacks and Timers » mini BUGFIX in CallbackArgTarget
mini BUGFIX in CallbackArgTarget [message #23937] Tue, 08 December 2009 10:32
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
in Callback.h:
it should be
operator const T&() const { return result; }
instead of
operator const T&() { return result; }

this is only small issue, but keeping const correctness is important Smile
 
Read Message
Previous Topic: Problem with non-blocking mode
Next Topic: Virtual functions versus callbacks
Goto Forum:
  


Current Time: Thu Mar 28 17:02:15 CET 2024

Total time taken to generate the page: 0.01358 seconds