Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

.template #2

Open
Niadb opened this issue Sep 3, 2019 · 0 comments
Open

.template #2

Niadb opened this issue Sep 3, 2019 · 0 comments

Comments

@Niadb
Copy link

Niadb commented Sep 3, 2019

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);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant