Skip to content
Snippets Groups Projects
Commit 1590585a authored by Sam Yates's avatar Sam Yates Committed by Ben Cumming
Browse files

Remove improper _POSIX_C_SOURCE check. (#300)

Remove improper _POSIX_C_SOURCE check.
Fixes #299.
parent 9319b302
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment