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
How difficult it is to make the library work in C++14 as well? If the dependencies are essentially on the library (e.g. std::variant, std::any) - there are C++14 alternatives for most of that; would you consider conditionally-using them?