Closed cmazakas closed 1 year ago
Merging #215 (554ce65) into develop (6b65c8f) will decrease coverage by
0.02%
. The diff coverage is100.00%
.
Before I forget, libraries.json need be updated to "cxxstd": "11"
. It's a good opportunity to update the maintainers info, also.
The maintainer info should be updated immediately; no need to wait for this branch. :-)
Finally remove C++11 polyfills
We remove the dependency on Boost.Tuple but indirectly support it by secretly supporting any generic tuple-type so long as it mimics
std::tuple
.The boostdep report before is:
with this change, we see:
In total, this only removes the following dependencies from the project:
with the potential to eventually see both TypeTraits and StaticAssert removed in the future.