From 1590585a1fd6a93e844562b7ac7202ecafb05f4a Mon Sep 17 00:00:00 2001 From: Sam Yates <yates@cscs.ch> Date: Tue, 20 Jun 2017 14:55:12 +0200 Subject: [PATCH] Remove improper _POSIX_C_SOURCE check. (#300) Remove improper _POSIX_C_SOURCE check. Fixes #299. --- src/util/path.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/util/path.hpp b/src/util/path.hpp index fa206a27..e3114518 100644 --- a/src/util/path.hpp +++ b/src/util/path.hpp @@ -26,10 +26,6 @@ #include <util/meta.hpp> #include <util/rangeutil.hpp> -#ifndef _POSIX_C_SOURCE -#error "no non-POSIX implementations for filesystem classes or methods" -#endif - namespace nest { namespace mc { namespace util { -- GitLab