Opened 11 years ago
Closed 11 years ago
#6428 closed Bugs (fixed)
Missing include guard in error_info.hpp
Reported by: | Andrey Semashev | Owned by: | Emil Dotchevski |
---|---|---|---|
Milestone: | To Be Determined | Component: | exception |
Version: | Boost 1.48.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
The exception/error_info.hpp doesn't have an include guard. The header only contains error_info forward declaration so it doesn't cause compilation errors, but it does generate duplicate declarations in the preprocessed code. Please, add an include guard.
Note:
See TracTickets
for help on using tickets.