grantila / q

A platform-independent promise library for C++, implementing asynchronous continuations.
http://libq.io
Apache License 2.0
193 stars 25 forks source link

Doesn't compile under Visual Studio 2017 15.7.1 #25

Open maoravni opened 6 years ago

maoravni commented 6 years ago

I updated visual studio 2017, and now I get compilation errors. For example:

Severity Code Description Project File Line Suppression State Error C2065 'value': undeclared identifier q c:\users\maora\downloads\q-master\q-master\libs\q\include\q\promise\defer.hpp 208

maoravni commented 6 years ago

On another note, which version of VS2017 is currently recommended?