Opened 13 years ago
Closed 13 years ago
#3559 closed Bugs (fixed)
Typo in error constant for ELOOP
Reported by: | Owned by: | Beman Dawes | |
---|---|---|---|
Milestone: | Boost 1.41.0 | Component: | system |
Version: | Boost 1.40.0 | Severity: | Problem |
Keywords: | Cc: | me@… |
Description
Line 132 of boost/system/error_code.hpp reads:
too_many_synbolic_link_levels = ELOOP,
This obviously should be:
too_many_symbolic_link_levels = ELOOP,
Note:
See TracTickets
for help on using tickets.
(In [57553]) System: Correct too_many_symbolic_link_levels misspelling. Fix #3559.