Opened 11 years ago
Closed 10 years ago
#6725 closed Bugs (wontfix)
exception.hpp does not compile with vxWorks 5.5
Reported by: | 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)
comment:1 by , 11 years ago
comment:2 by , 10 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
2.96 can't possibly work, sorry.
Note:
See TracTickets
for help on using tickets.
Replying to dirk.zimoch@…:
This is ancient. I suspect that very little in Boost is going to work with this compiler.