Ticket #9343: faulty-uuid-comment.patch
File faulty-uuid-comment.patch, 582 bytes (added by , 9 years ago) |
---|
-
boost/uuid/string_generator.hpp
32 32 // and be more efficient 33 33 // would like to accept the following forms: 34 34 // 0123456789abcdef0123456789abcdef 35 // 01234567-89ab-cdef-0123 456789abcdef36 // {01234567-89ab-cdef-0123 456789abcdef}35 // 01234567-89ab-cdef-0123-456789abcdef 36 // {01234567-89ab-cdef-0123-456789abcdef} 37 37 // {0123456789abcdef0123456789abcdef} 38 38 // others? 39 39 struct string_generator {