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
{{ message }}
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.
There are a number of places in the code that use syntax such as..
e.template put(mid.timestamp);
This does not compile on MSVC(vs2017 with C++14 enabled), the compiler does not understand this syntax
I removed the .template and does compile--
e.put(mid.timestamp);
The text was updated successfully, but these errors were encountered: