What steps will reproduce the problem?
1. Compile TCMalloc using Visual Studio 15
2. Check the compiler ouput
What is the expected output? What do you see instead?
There should be no errors. There are C2011 erorrs instead.
What version of the product are you using? On what operating system?
Windows 7, msvc14
Please provide any additional information below.
Quick fix is to add these few lines of code somewhere top in src/windows/port.h:
#if _MSC_VER >= 1900
#define _TIMESPEC_DEFINED
#include <time.h>
#endif
Original issue reported on code.google.com by wmam...@gmail.com on 6 May 2015 at 11:58
Original issue reported on code.google.com by
wmam...@gmail.com
on 6 May 2015 at 11:58