cpp17_headers icon indicating copy to clipboard operation
cpp17_headers copied to clipboard

C++17 library facilities for older compilers

Results 4 cpp17_headers issues
Sort by recently updated
recently updated
newest added

I don't know what, if anything, can be done about this but if you build on OS X with clang from Apple LLVM 7.3.0 (which comes with Xcode 7.3.1) and...

It would be really great if we could expand the test coverage of the package to test more combinations of things: for example, if we can build/run tests with C++14...

I expect you're aware already but trying to compile test_all_includes.cpp with either clang 3.8 or g++ 5.4 or 6.2 gives errors about redefinitions of in_place* symbols: ``` [ 30%] Building...