]> WPIA git - cassiopeia.git/blobdiff - src/util.h
fix: backport of unique_ptr
[cassiopeia.git] / src / util.h
old mode 100644 (file)
new mode 100755 (executable)
index a091340..529820a
@@ -15,7 +15,7 @@ std::pair<bool, std::time_t> parseYearInterval( std::time_t t, const std::string
 
 std::unique_ptr<std::ofstream> 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<typename T, typename... Args>