Ticket #5607: current_function.hpp.patch

File current_function.hpp.patch, 671 bytes (added by olim@…, 11 years ago)
  • boost_1_46_1\boost\current_function.hpp

    old new  
    2525namespace detail
    2626{
    2727
    2828inline void current_function_helper()
    2929{
    3030
    31 #if defined(__GNUC__) || (defined(__MWERKS__) && (__MWERKS__ >= 0x3000)) || (defined(__ICC) && (__ICC >= 600))
     31#if defined(__GNUC__) || (defined(__MWERKS__) && (__MWERKS__ >= 0x3000)) || (defined(__ICC) && (__ICC >= 600)) || defined(__ghs__)
    3232
    3333# define BOOST_CURRENT_FUNCTION __PRETTY_FUNCTION__
    3434
    3535#elif defined(__DMC__) && (__DMC__ >= 0x810)
    3636
    3737# define BOOST_CURRENT_FUNCTION __PRETTY_FUNCTION__