Opened 11 years ago

Closed 10 years ago

#6725 closed Bugs (wontfix)

exception.hpp does not compile with vxWorks 5.5

Reported by: dirk.zimoch@… Owned by: Emil Dotchevski
Milestone: To Be Determined Component: exception
Version: Boost 1.49.0 Severity: Showstopper
Keywords: vxWorks5.5 Cc:

Description

boost_1_49_0/boost/exception/exception.hpp:9: warning: ignoring pragma:
boost_1_49_0/boost/exception/exception.hpp:171: warning: `struct boost::exception_detail::error_info_container' has virtual functions but non-virtual destructor
boost_1_49_0/boost/exception/exception.hpp:243: `boost::exception_detail::set_info(const E &, const boost::throw_function &)' should have been declared inside `boost::exception_detail'
boost_1_49_0/boost/exception/exception.hpp:246: `boost::exception_detail::set_info(const E &, const boost::throw_file &)' should have been declared inside `boost::exception_detail'
boost_1_49_0/boost/exception/exception.hpp:249: `boost::exception_detail::set_info(const E &, const boost::throw_line &)' should have been declared inside `boost::exception_detail'
boost_1_49_0/boost/exception/exception.hpp:252: `boost::exception_detail::set_info(const E &, const boost::error_info<Tag,T> &)' should have been declared inside `boost::exception_detail'
boost_1_49_0/boost/exception/exception.hpp:357: sorry, not implemented: `static_cast_expr' not supported by dump_expr
boost_1_49_0/boost/exception/exception.hpp:357: sorry, not implemented: `static_cast_expr' not supported by dump_expr

Compiler is: gcc version gcc-2.96 (2.96+) 19990621 AltiVec

Change History (2)

in reply to:  description comment:1 by Steven Watanabe, 11 years ago

Replying to dirk.zimoch@…:

Compiler is: gcc version gcc-2.96 (2.96+) 19990621 AltiVec

This is ancient. I suspect that very little in Boost is going to work with this compiler.

comment:2 by Emil Dotchevski, 10 years ago

Resolution: wontfix
Status: newclosed

2.96 can't possibly work, sorry.

Note: See TracTickets for help on using tickets.