Compare commits

..

2 Commits

Author SHA1 Message Date
6706e7e4c5 Merge branch 'master' of gitlab.2:f1x1t/whereami 2019-10-05 13:39:20 +03:00
08c6afcba2 Патч для GCC < 4.8 2019-10-05 13:38:11 +03:00

View File

@@ -18,6 +18,13 @@ typedef WHEREAMI_STRING_T whereami_string_t;
#define WHEREAMI_CXX11
#endif
#if defined(__GNUC__)
# if !((__GNUC__ * 100 + __GNUC_MINOR__) < 408)
#undef WHEREAMI_CXX11
# endif
#endif
namespace whereami {
class whereami_path_t