Open jen6 opened 9 years ago
check out #82 & https://github.com/d-led/crow_example
In crow.h
//#ifdef CROW_MSVC_WORKAROUND
//#else //#define CROW_ROUTE(app, url) app.routecrow::black_magic::get_parameter_tag(url)(url) //#endif
Terrible VS2015 support, but it compiles and runs.
In case anyone is wondering, this workaround does not work on Visual Studio 2017
VS 2015 RC support constexpr and noexcept now(have little limitation but works well) I think crow have to prepare for VS too http://blogs.msdn.com/b/vcblog/archive/2014/11/17/c-11-14-17-features-in-vs-2015-preview.aspx