U++ framework
Do not panic. Ask here before giving up.

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: Mon Apr 27 15:08:32 GMT+2 2026

Total time taken to generate the page: 0.01113 seconds