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