You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to cppreference documentation (can't find the latest draft), the C++17 interface for std::any is a bit different from the one we are basing on, std::experimental::any. Function names changed and a few were added.
What should we do? Migrate to the new interface? Keep this?
Simply branching off the legacy version would be the best approach?
Your any implementation is still very useful as compilation for embedded platforms is still many times constrained to C++11.
According to cppreference documentation (can't find the latest draft), the C++17 interface for
std::any
is a bit different from the one we are basing on,std::experimental::any
. Function names changed and a few were added.What should we do? Migrate to the new interface? Keep this?
Suggestions are very welcome.
Additional Info:
The text was updated successfully, but these errors were encountered: