Export to GitHub

google-glog - issue #225

V0.3.3 build error under VS 2013 (v120)


Posted on Dec 9, 2014 by Massive Kangaroo

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

Status: New

Labels:
Type-Defect Priority-Medium