X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Futil.h;h=529820adab8d0106047e8a17acb98ad886a31c05;hb=156855b7e12c3a0254590da514b0d0e8efe469f4;hp=a091340d48d6710b484552b386f1707ae7571fd9;hpb=b4caa4218fef6ace700c9ddc285647eddd75fd28;p=cassiopeia.git diff --git a/src/util.h b/src/util.h old mode 100644 new mode 100755 index a091340..529820a --- a/src/util.h +++ b/src/util.h @@ -15,7 +15,7 @@ std::pair parseYearInterval( std::time_t t, const std::string std::unique_ptr openLogfile( const std::string &name ); -#if __GNUC__ > 5 || (__GNUC__ == 4 && __GNUC_MINOR__ > 8) +#if __GNUC__ >= 5 || (__GNUC__ == 4 && __GNUC_MINOR__ > 8) #else namespace std{ template