Opened 13 years ago
Closed 13 years ago
#3872 closed Bugs (fixed)
Failed to compile under macos 10.5.7 gcc 4.0.1/4.2
Reported by: | anonymous | Owned by: | Emil Dotchevski |
---|---|---|---|
Milestone: | Boost 1.42.0 | Component: | exception |
Version: | Boost 1.41.0 | Severity: | Problem |
Keywords: | Cc: |
Description
/usr/local/boost/boost/exception/diagnostic_information.hpp:30: error: declaration does not declare anything /usr/local/boost/boost/exception/diagnostic_information.hpp:32: error: declaration does not declare anything /usr/local/boost/boost/exception/diagnostic_information.hpp:33: error: expected primary-expression before ')' token /usr/local/boost/boost/exception/diagnostic_information.hpp:42: error: declaration does not declare anything /usr/local/boost/boost/exception/diagnostic_information.hpp:43: error: declaration does not declare anything /usr/local/boost/boost/exception/diagnostic_information.hpp:44: error: expected primary-expression before ')' token
This part of Boost Exception has changed significantly after 1.41 shipped. The particular lines this error refers to do not exist any more. You can try with the current trunk revision, it's likely that it's all right.