mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Metrowerks support (Bertolt Mildner)
[SVN r16263]
This commit is contained in:
parent
45a6249668
commit
b4cfadb4d5
@ -27,7 +27,7 @@ namespace detail
|
||||
inline void current_function_helper()
|
||||
{
|
||||
|
||||
#if defined(__GNUC__)
|
||||
#if defined(__GNUC__) || (defined(__MWERKS__) && (__MWERKS__ >= 0x3000))
|
||||
|
||||
# define BOOST_CURRENT_FUNCTION __PRETTY_FUNCTION__
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user