Ticket #6331: test_impl_logged_expectations.ipp.patch

File test_impl_logged_expectations.ipp.patch, 605 bytes (added by t0rt1e@…, 11 years ago)

Patch misplaced using namespace statement in boost/test/impl/logged_expectations.ipp

  • boost/test/impl/logged_expectations.ipp

     
    4040
    4141namespace boost {
    4242
     43namespace itest {
     44
    4345using namespace ::boost::unit_test;
    4446
    45 namespace itest {
    46 
    4747// ************************************************************************** //
    4848// **************    logged expectation test implementation    ************** //
    4949// ************************************************************************** //