Boost C++ Libraries: Ticket #2171: MS SDK 2003 Compiler Configuration https://svn.boost.org/trac10/ticket/2171 <p> I've installed the Boost (1.35.0) header files on a Windows XP X64 system and building using the 2003 Platform SDK (Retail 64 bit). When compiling an application developed with VS .NET 2003, I get the message: </p> <p> e:/lib\boost\boost_1_35_0\boost\type_traits\is_member_function_pointer.hpp(67) : warning C4616: #pragma warning : warning number '6334' out of range, must be between '4001' and '4999' e:/lib\boost\boost_1_35_0\boost\type_traits\is_member_function_pointer.hpp(79) : see reference to class template instantiation 'boost::detail::is_mem_fun_pointer_select::result_' being compiled </p> <p> The command "cl /?" reports the compiler version as 14.00.40310.41". The file boost\config\compiler\visualc.hpp reports _MSC_VER as 1400. This enables the pragma 6334 statement which is apparently invalid. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2171 Trac 1.4.3 John Maddock Wed, 06 Aug 2008 08:36:10 GMT owner, component changed https://svn.boost.org/trac10/ticket/2171#comment:1 https://svn.boost.org/trac10/ticket/2171#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Douglas Gregor</span> to <span class="trac-author">John Maddock</span> </li> <li><strong>component</strong> <span class="trac-field-old">configure script</span> → <span class="trac-field-new">type_traits</span> </li> </ul> Ticket John Maddock Wed, 06 Aug 2008 09:02:51 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2171#comment:2 https://svn.boost.org/trac10/ticket/2171#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/47997" title="Change PP-logic to fix #2171.">[47997]</a>) Change PP-logic to fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2171" title="#2171: Bugs: MS SDK 2003 Compiler Configuration (closed: fixed)">#2171</a>. </p> Ticket