Ticket #9343: faulty-uuid-comment.patch

File faulty-uuid-comment.patch, 582 bytes (added by alexander.schrab@…, 9 years ago)

fix

  • boost/uuid/string_generator.hpp

     
    3232// and be more efficient
    3333// would like to accept the following forms:
    3434// 0123456789abcdef0123456789abcdef
    35 // 01234567-89ab-cdef-0123456789abcdef
    36 // {01234567-89ab-cdef-0123456789abcdef}
     35// 01234567-89ab-cdef-0123-456789abcdef
     36// {01234567-89ab-cdef-0123-456789abcdef}
    3737// {0123456789abcdef0123456789abcdef}
    3838// others?
    3939struct string_generator {