What steps will reproduce the problem?
1. cmake -G "Visual Studio 12 2013"
2. Try to compile it
What is the expected output? What do you see instead?
Expected: Build successful
Actual: Got this error.
C:\yaml-cpp-0.5.1\src\ostream_wrapper.cpp(24): error C2039: 'max' : is not a
member of 'std'
What version of the product are you using? On what operating system?
Windows 7 32bit. Visual Studio 2013
Please provide any additional information below.
If I add #include <algorithm> in ostream_wrapper.cpp, build succeeded.
Original issue reported on code.google.com by shin1.katayama on 18 Feb 2015 at 11:15
Original issue reported on code.google.com by
shin1.katayama
on 18 Feb 2015 at 11:15