mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-22 15:42:30 +00:00
merge trunk to release
[SVN r86727]
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
// should pass compilation and execution
|
||||
|
||||
#include <algorithm>
|
||||
#include <algorithm> // std::copy
|
||||
#include <vector>
|
||||
#include <fstream>
|
||||
#include <cstddef> // size_t, NULL
|
||||
@@ -57,8 +57,6 @@ struct random_key {
|
||||
}
|
||||
};
|
||||
|
||||
BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION(random_key)
|
||||
|
||||
void
|
||||
test_map(){
|
||||
const char * testfile = boost::archive::tmpnam(NULL);
|
||||
|
||||
Reference in New Issue
Block a user