Digital Mars support (Pavel Vozenilek)

[SVN r34373]
This commit is contained in:
Peter Dimov
2014-01-02 16:13:19 +02:00
parent 8d5cc3468b
commit d43862ab95
+4
View File
@@ -32,6 +32,10 @@ inline void current_function_helper()
# define BOOST_CURRENT_FUNCTION __PRETTY_FUNCTION__
#elif defined(__DMC__) && (__DMC__ >= 0x810)
# define BOOST_CURRENT_FUNCTION __PRETTY_FUNCTION__
#elif defined(__FUNCSIG__)
# define BOOST_CURRENT_FUNCTION __FUNCSIG__