What steps will reproduce the problem?
1.Open libglog_static project
2. Build
Generates following errors:
Error 2 error C2039: 'min' : is not a member of
'std' c:\projects\glog-0.3.3\src\logging.cc 75 1 libglog_static
...
I'm using version 0.3.3
Adding #include<algorithm> in logging.cc fixed it
Original issue reported on code.google.com by mouradIs...@gmail.com on 9 Dec 2014 at 2:41
Original issue reported on code.google.com by
mouradIs...@gmail.com
on 9 Dec 2014 at 2:41