#3979 closed Bugs (fixed)
<boost/test/exception_safety.hpp> requires additional includes
Reported by: | Owned by: | Gennadiy Rozental | |
---|---|---|---|
Milestone: | Boost 1.59.0 | Component: | test |
Version: | Boost 1.42.0 | Severity: | Problem |
Keywords: | boost, test, exception | Cc: |
Description
The code below isn't compilable:
#define BOOST_TEST_MAIN MainModule #include <boost/test/exception_safety.hpp> BOOST_TEST_EXCEPTION_SAFETY( TestCase1 ) { // ... }
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | fix_3979.patch added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 7 years ago
Milestone: | Boost 1.43.0 → Boost 1.59.0 |
---|
Note:
See TracTickets
for help on using tickets.
fix #3979, add missing inclusions