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
Previous Topic: Problem with non-blocking mode
Next Topic: Virtual functions versus callbacks
Goto Forum:
  


Current Time: Sat Apr 25 07:49:51 GMT+2 2026

Total time taken to generate the page: 0.00478 seconds