Boost C++ Libraries: Ticket #4390: uuid/string_generator.hpp incorrect documentation https://svn.boost.org/trac10/ticket/4390 <p> Hello! </p> <p> In the documentation for string_generator there are two examples: </p> <p> boost::uuids::string_generator gen; boost::uuids::uuid u1 = gen("{01234567-89ab-cdef-0123456789abcdef}"); boost::uuids::uuid u2 = gen(L"01234567-89ab-cdef-0123456789abcdef"); </p> <p> Both will trigger an "std::runtime_error: invalid uuid string" exception. </p> <p> The strings are missing a dash and should be corrected to "01234567-89ab-cdef-0123-456789abcdef" </p> <p> Best regards Sönke Schau </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4390 Trac 1.4.3 Andy Tompkins Mon, 12 Jul 2010 16:58:40 GMT status changed https://svn.boost.org/trac10/ticket/4390#comment:1 https://svn.boost.org/trac10/ticket/4390#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Andy Tompkins Thu, 15 Jul 2010 00:10:45 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4390#comment:2 https://svn.boost.org/trac10/ticket/4390#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-new">fixed</span> </li> </ul> Ticket