Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#5168 closed Bugs (fixed)

Changeset 59364 introduced compiler error in codewarrior: illegal empty declaration

Reported by: Steven Hand <biomech@…> 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.

Change History (2)

comment:1 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: newclosed

(In [68771]) Remove extra semicolon. Fixes #5168.

comment:2 by Steven Watanabe, 12 years ago

Emil, this was a simple and obvious fix, so I just committed it.

Note: See TracTickets for help on using tickets.