Boost C++ Libraries: Ticket #69: Boost with Dinkumware C++ Library !? https://svn.boost.org/trac10/ticket/69 <pre class="wiki">I use VC++ 6.0, with the standard library from Dinsumware. When I include #include &lt;boost/property_map.hpp&gt; I get errors saying that 'ptrdiff_t' and/or 'size_t' are not a member of std. Why is this happening? Should I create a special configuration for this case, with a different BOOST_NO_STD_ITERATOR_TRAITS or something of that sort? Thanks, Nestor </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/69 Trac 1.4.3 nobody Sun, 24 Mar 2002 02:05:11 GMT <link>https://svn.boost.org/trac10/ticket/69#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/69#comment:1</guid> <description> <pre class="wiki">Logged In: NO Try defining _GLOBAL_USING to 1 e.g. in start of stdafx.h // For Dinkumware &amp; boost #define _GLOBAL_USING 1 or _GLOBAL_USING=1 In the preprocessor options. Of course adding this to the boost config and detecting Dinkumware library might be better. </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Sun, 19 Aug 2007 16:08:45 GMT</pubDate> <title>status, resolution, description changed; severity set https://svn.boost.org/trac10/ticket/69#comment:2 https://svn.boost.org/trac10/ticket/69#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">wontfix</span> </li> <li><strong>description</strong> modified (<a href="/trac10/ticket/69?action=diff&amp;version=2">diff</a>) </li> <li><strong>severity</strong> → <span class="trac-field-new">Problem</span> </li> </ul> <p> Marshall sez: This bug is five years old, with MSVC 6 - closing. </p> Ticket