Opened 13 years ago

Closed 12 years ago

Last modified 7 years ago

#3979 closed Bugs (fixed)

<boost/test/exception_safety.hpp> requires additional includes

Reported by: andrey.torba@… 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)

fix_3979.patch (453 bytes ) - added by andrey.torba@… 13 years ago.
fix #3979, add missing inclusions

Download all attachments as: .zip

Change History (3)

by andrey.torba@…, 13 years ago

Attachment: fix_3979.patch added

fix #3979, add missing inclusions

comment:1 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: newclosed

(In [62783]) Add missing #includes. Fixes #3979

comment:2 by Raffi Enficiaud, 7 years ago

Milestone: Boost 1.43.0Boost 1.59.0
Note: See TracTickets for help on using tickets.