Условие для GCC < 4.8
This commit is contained in:
parent
afcf3b2b6c
commit
931606b571
@ -1,6 +1,4 @@
|
||||
#if !defined( WHEREAMIPP_H )
|
||||
#include <whereami.hpp>
|
||||
#endif
|
||||
#include <myx/filesystem/whereami.hpp>
|
||||
|
||||
namespace whereami {
|
||||
|
||||
|
@ -67,8 +67,8 @@ typedef WHEREAMI_STRING_T whereami_string_t;
|
||||
#endif
|
||||
|
||||
#if defined( __GNUC__ )
|
||||
#if !( ( __GNUC__ * 100 + __GNUC_MINOR__ ) < 408 )
|
||||
#undef WHEREAMI_CXX11
|
||||
#if ( ( __GNUC__ * 100 + __GNUC_MINOR__ ) < 408 )
|
||||
#undef WHEREAMI_CXX11
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user