forked from boostorg/regex
Remove all uses of Boost.Test.
This commit is contained in:
@ -19,6 +19,8 @@
|
||||
#include "test.hpp"
|
||||
#include "test_locale.hpp"
|
||||
#include <stdarg.h>
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
|
||||
#ifdef BOOST_HAS_ICU
|
||||
#include <unicode/uloc.h>
|
||||
@ -232,6 +234,6 @@ int main(int argc, char * argv[])
|
||||
|
||||
#else
|
||||
|
||||
#include <boost/test/included/prg_exec_monitor.hpp>
|
||||
#include <boost/detail/lightweight_main.hpp>
|
||||
|
||||
#endif
|
||||
|
@ -15,6 +15,8 @@
|
||||
#include <boost/scoped_array.hpp>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
|
||||
#ifdef BOOST_MSVC
|
||||
#pragma warning(disable:4127)
|
||||
|
@ -10,6 +10,8 @@
|
||||
*/
|
||||
|
||||
#include "test.hpp"
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
|
||||
#if !BOOST_WORKAROUND(BOOST_MSVC, <= 1300)\
|
||||
&& !BOOST_WORKAROUND(__HP_aCC, BOOST_TESTED_AT(55500))\
|
||||
|
Reference in New Issue
Block a user