Opened 11 years ago
Closed 11 years ago
#5685 closed Bugs (duplicate)
uuid string_generator.hpp compile error
Reported by: | Owned by: | Andy Tompkins | |
---|---|---|---|
Milestone: | To Be Determined | Component: | uuid |
Version: | Boost 1.46.1 | Severity: | Problem |
Keywords: | Cc: |
Description
I am getting a compile error due to an extraneous semicolon at the end of line 44 of boost/uuid/string_generator.hpp. This is a struct member function and shouldn't be terminated with a semicolon. After removing it the library compiles.
Note:
See TracTickets
for help on using tickets.