certik / yaml-cpp

Automatically exported from code.google.com/p/yaml-cpp
MIT License
0 stars 0 forks source link

Compile error in Visual Studio 12 2013 #282

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Compile using Visual Studio 12 2013 yields
src\ostream_wrapper.cpp(24): error C2039: 'max' not an element of 'std'

Please add
#include <algorithm>

Original issue reported on code.google.com by sbecker...@googlemail.com on 26 Feb 2015 at 6:34

GoogleCodeExporter commented 9 years ago

Original comment by jbe...@gmail.com on 26 Feb 2015 at 7:04

GoogleCodeExporter commented 9 years ago
sorry for the duplicate- I should have checked more carefully. When do you plan 
a release?

Original comment by sbecker...@googlemail.com on 27 Feb 2015 at 9:47

GoogleCodeExporter commented 9 years ago
No problem. Soon.

Original comment by jbe...@gmail.com on 27 Feb 2015 at 2:23