2
0
mirror of https://github.com/boostorg/bind.git synced 2026-01-19 16:12:10 +00:00

Remove some outdated constructs from tests

This commit is contained in:
Peter Dimov
2019-12-13 19:47:07 +02:00
parent 66ddaf88e1
commit 0eb9e9061b
42 changed files with 80 additions and 362 deletions

View File

@@ -17,19 +17,11 @@
// http://www.boost.org/LICENSE_1_0.txt)
//
#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(push, 3)
#endif
#include <iostream>
#include <boost/function.hpp>
#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300)
#pragma warning(pop)
#endif
#include <boost/bind/bind.hpp>
#include <boost/detail/lightweight_test.hpp>
#include <boost/function.hpp>
#include <boost/core/lightweight_test.hpp>
//
int f( int x )
{