j
k
j a
j l
Pavel Vozenilek wrote:
The Boost code may be appended with ... #elif (defined __DMC__) // since 8.10
The Boost code may be appended with
... #elif (defined __DMC__) // since 8.10
Shouldn't this be #if defined( __DMC__ ) && __DMC__ >= 810 or something similar?
# define BOOST_CURRENT_FUNCTION __PRETTY_FUNCTION__
Back to the thread
Back to the list