Boost C++ Libraries: Ticket #6788: uuid test missing includes of <string> https://svn.boost.org/trac10/ticket/6788 <p> The files listed below include &lt;stdexcept&gt; and invoke std::runtime_error with a literal string argument. The only standard runtime_error constructor takes a std::string argument, so a string(const char*) constructor is needed. Although &lt;stdexcept&gt; is allowed to include &lt;string&gt;, it is not required to do so, and not all library implementations do. Portable code must include &lt;string&gt; explicitly. </p> <p> -- uuid/test/compile_name_generator.cpp -- uuid/test/compile_random_generator.cpp -- uuid/test/compile_seed_rng.cpp -- uuid/test/test_random_generator.cpp -- uuid/test/test_sha1.cpp </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6788 Trac 1.4.3 Andy Tompkins Sun, 09 Sep 2012 18:45:39 GMT <link>https://svn.boost.org/trac10/ticket/6788#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6788#comment:1</guid> <description> <p> fixed in trunk rev 80472 </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andy Tompkins</dc:creator> <pubDate>Thu, 04 Oct 2012 17:10:46 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/6788#comment:2 https://svn.boost.org/trac10/ticket/6788#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> checked in release - changeset <a class="missing ticket">#80846</a> </p> Ticket