#5168 closed Bugs (fixed)
Changeset 59364 introduced compiler error in codewarrior: illegal empty declaration
Reported by: | Owned by: | Emil Dotchevski | |
---|---|---|---|
Milestone: | To Be Determined | Component: | exception |
Version: | Boost 1.45.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Including boost\exception\all.hpp in Codewarrior for Wii 1.5 produces the following error:
..\..\boost_1_45_0\boost\exception\errinfo_nested_exception.hpp:12: (10216) illegal empty declaration ..\..\boost_1_45_0\boost\exception\errinfo_nested_exception.hpp:12: (included from: ..\..\boost_1_45_0\boost\exception\errinfo_nested_exception.hpp:12: C:\Development\boost_1_45_0\boost\exception\all.hpp:29
Removing the semi-colon from the end of the line seems to fix this problem.
Note:
See TracTickets
for help on using tickets.
(In [68771]) Remove extra semicolon. Fixes #5168.