crow icon indicating copy to clipboard operation
crow copied to clipboard

Fix for MSVC

Open rustyx opened this issue 6 years ago • 1 comments

The example doesn't compile in MSVC:

1>\crow\examples\example_vs.cpp(96): error C2838: 'POST': illegal qualified name in member declaration
1>\crow\examples\example_vs.cpp(96): error C2065: 'POST': undeclared identifier
1>\crow\examples\example_vs.cpp(125): error C2838: 'DEBUG': illegal qualified name in member declaration
1>\crow\examples\example_vs.cpp(125): error C2065: 'DEBUG': undeclared identifier

This PR fixes it.

rustyx avatar Jun 25 '18 14:06 rustyx

I encounter this bug today and solve this by your method. Good job!!!

ioriha avatar Jun 27 '18 08:06 ioriha