Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile now defaults to cxxstd=any (#639)
This means that by default we inherit the default language version supported by the compiler; this will help with string_view testing in the future as it will "just work" out of the box once the define is set. This should also automatically enable CI coverage for string_view; C++11 is still explicitly tested in CI via cxxstd=c++11.
- Loading branch information