$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-05-19 11:11:52
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.