
19 May
2008
19 May
'08
3:11 p.m.
Okko Willeboordse:
Boost 1.35 triggers msvc 7.1 & 8.0 to export a local type named CRITICAL_SECTION declared in detail/lwm_win32_cs.hpp into the global namespace. This causes 'ambiguous identifier' compiler errors upon attempts to use (the global Windows type) CRITICAL_SECTION.
I renamed the local CRITICAL_SECTION to critical_section to avoid this ambiguity. See revision 45545.