Ticket #6345: boost_test.patch

File boost_test.patch, 386 bytes (added by timblechmann, 10 years ago)
  • boost/test/tools/assertion.hpp

    diff --git a/boost/test/tools/assertion.hpp b/boost/test/tools/assertion.hpp
    index 328f030..471166e 100755
    a b  
    1717
    1818// Boost.Test
    1919
     20#ifndef BOOST_NO_RVALUE_REFERENCES
     21#include <utility> // for std::forward
     22#endif
     23
    2024// Boost
    2125#include <boost/mpl/assert.hpp>
    2226#include <boost/utility/declval.hpp>