Fix compile warning about deprecated header from boost.test
This commit is contained in:
parent
f65be69998
commit
089f9304c6
2 changed files with 1 additions and 2 deletions
|
@ -22,7 +22,6 @@
|
|||
#include <boost/mpl/copy.hpp>
|
||||
#include <boost/mpl/back_inserter.hpp>
|
||||
#include <boost/mpl/contains.hpp>
|
||||
#include <boost/test/test_case_template.hpp>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include "serialization/base64.hpp"
|
||||
#include "serialization/string_utils.hpp"
|
||||
#include "serialization/unicode.hpp"
|
||||
#include <boost/test/auto_unit_test.hpp>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
BOOST_AUTO_TEST_SUITE ( test_serialization_utils_and_unicode )
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue