jbcoe / propagate_const

A const-propagating member-pointer-wrapper for the C++ standard library
MIT License
20 stars 8 forks source link

DO NOT MERGE: Drop conditional explicit to build on VS2015 #8

Closed jbcoe closed 1 year ago

viboes commented 6 years ago

If all the test have passed, this should mean that we don't have enough tests for constexpr and conditional explicit Jon :(

jbcoe commented 6 years ago

We need to resolve #3 - bring the implementation and tests up to date with those in libcxx.

After doing so we can introduce macros for constexpr and conditional explicit support.

I’ve not prioritised this as I was not aware that this reference implementation had any active users. Since we’re about to gain one (some) I’ll start working on outstanding issues.