mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-16 13:42:19 +00:00
tabs and licence
[SVN r23760]
This commit is contained in:
@@ -10,6 +10,14 @@
|
||||
|
||||
#include <fstream>
|
||||
|
||||
#include <cstdio> // remove
|
||||
#include <boost/config.hpp>
|
||||
#if defined(BOOST_NO_STDC_NAMESPACE)
|
||||
namespace std{
|
||||
using ::remove;
|
||||
}
|
||||
#endif
|
||||
|
||||
#include "test_tools.hpp"
|
||||
|
||||
#include <boost/archive/archive_exception.hpp>
|
||||
@@ -218,7 +226,7 @@ test_main( int /* argc */, char* /* argv */[] )
|
||||
load_unregistered2(testfile);
|
||||
save_registered(testfile);
|
||||
load_registered(testfile);
|
||||
std::remove(testfile);
|
||||
std::remove(testfile);
|
||||
return boost::exit_success;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user