On 15/09/14 07:15 -0400, Ed Smith-Rowland wrote:
The new libraries are safely tucked away in experimental behind
#if __cplusplus <= 201103L
# include <bits/c++14_warning.h>
#else

*** Jonathan: <filesystem> uses:

#if __cplusplus < 201103L
# include <bits/c++0x_warning.h>
#else
and should probably eventually be like the others.

My Filesystem implementation works fine in C++11, I see no reason to
force C++14 usage when it isn't needed.

Reply via email to