Opened 9 years ago
Closed 5 years ago
#9343 closed Bugs (fixed)
uuid string generator code examples wrong
Reported by: | Owned by: | Andy Tompkins | |
---|---|---|---|
Milestone: | Boost 1.66.0 | Component: | uuid |
Version: | Boost 1.53.0 | Severity: | Problem |
Keywords: | uuid string comments | Cc: |
Description
Example in code claims 01234567-89ab-cdef-0123456789abcdef is a valid form, but it is not. It throws. The fault is a missing - at position 10.
I copy-pasted the example, which I guess is a fairly common way to do things which is why I want to fix this.
Attachments (1)
Change History (5)
by , 9 years ago
Attachment: | faulty-uuid-comment.patch added |
---|
comment:1 by , 9 years ago
Component: | None → uuid |
---|---|
Owner: | set to |
comment:4 by , 5 years ago
Milestone: | To Be Determined → Boost 1.66.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | Boost Development Trunk → Boost 1.53.0 |
Note:
See TracTickets
for help on using tickets.
fix