id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc
1825,thread.hpp injects windows.h and breaks user application.,pawels@…,Anthony Williams,"reduced testcase:
{{{
#include
int const ERROR = 1;
}}}
works fine with boost-1.34.1 and doesn't compile with 1.35.0.
{{{
Compiling...
example.cpp
example.cpp(2) : warning C4091: '' : ignored on left of 'const int' when no variable is declared
example.cpp(2) : error C2143: syntax error : missing ';' before 'constant'
example.cpp(2) : error C2059: syntax error : 'constant'
}}}
",Bugs,closed,To Be Determined,thread,Boost 1.35.0,Regression,fixed,,