Skip to content

Commit 78092bb

Browse files
committed
Merge remote-tracking branch 'reference@euclid/develop' into develop
2 parents d4dbfa4 + 87c7c0d commit 78092bb

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

ElementsKernel/tests/src/Auxiliary_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include <string> // for allocator, string
2626
#include <vector> // for vector
2727

28-
#include <boost/filesystem/operations.hpp> // for exists, create_directory, is_regular
28+
#include <boost/filesystem/operations.hpp> // for exists, create_directory
2929
#include <boost/filesystem/path.hpp> // for operator/, path
3030
#include <boost/test/unit_test.hpp> // for BOOST_PP_IIF_1, BOOST_PP_IIF_0, BOOST_PP_EXPR_IIF_1, BOOST_PP_BOOL_1, BOOST_PP_BOOL_0, BOOST_PP_FOR_CHECK_BOOST_PP_NIL, BOOST_PP_TUPLE_ELEM_O_3, BOOST_PP_VARIADIC_ELEM_3, operator<<, BOOST_PP_SEQ_ELEM_0, BOOST_PP_DEC_1, BOOST_PP_BOOL_2, BOOST_PP_DEC_2, BOOST_PP_FOR_0, BOOST_PP_COMPL_0, BOOST_PP_SEQ_SIZE_BOOST_PP_SEQ_SIZE_4, BOOST_PP_DEC_4, BOOST_PP_BOOL_3, BOOST_PP_BOOL_4, BOOST_PP_NOT_EQUAL_1, BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_1, BOOST_AUTO_TEST_CASE, BOOST_PP_DEC_128, BOOST_PP_DEC_16, BOOST_PP_DEC_3, BOOST_PP_DEC_32, BOOST_PP_DEC_64, BOOST_PP_DEC_8, BOOST_PP_FOR_1, BOOST_PP_FOR_127, BOOST_PP_FOR_15, BOOST_PP_FOR_3, BOOST_PP_FOR_31, BOOST_PP_FOR_63, BOOST_PP_FOR_7, BOOST_PP_NODE_ENTRY_256, BOOST_CHECK_EQUAL_COLLECTIONS, BOOST_FIXTURE_TEST_CASE, BOOST_PP_DEC_5, BOOST_PP_NOT_EQUAL_2, BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_2, BOOST_PP_SEQ_ENUM_4, BOOST_PP_SEQ_SIZE_BOOST_PP_SEQ_SIZE_5, BOOST_TEST_TOOL_PASS_ARGS1, BOOST_TEST_TOOL_PASS_PRED1, BOOST_CHECK_EQUAL, BOOST_PP_SEQ_SIZE_BOOST_PP_SEQ_SIZE_2, BOOST_PP_SEQ_SIZE_BOOST_PP_SEQ_SIZE_3, BOOST_TEST_TOOL_PASS_ARGS0, BOOST_TEST_TOOL_PASS_ARGS2, BOOST_TEST_TOOL_PASS_PRED0, BOOST_TEST_TOOL_PASS_PRED2, BOOST_AUTO_TEST_SUITE, BOOST_AUTO_TEST_SUITE_END, BOOST_CHECK_THROW
3131

@@ -38,7 +38,6 @@ using std::string;
3838
using std::vector;
3939

4040
using boost::filesystem::exists;
41-
using boost::filesystem::is_regular;
4241

4342
namespace Elements {
4443

ElementsKernel/tests/src/Configuration_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#include "ElementsKernel/Configuration.h" // header to test
2323

24-
#include <boost/filesystem/operations.hpp> // for exists, create_directory, is_regular
24+
#include <boost/filesystem/operations.hpp> // for exists, create_directory
2525
#include <boost/filesystem/path.hpp> // for operator/, path
2626
#include <boost/test/unit_test.hpp>
2727

@@ -38,7 +38,6 @@ using std::string;
3838
using std::vector;
3939

4040
using boost::filesystem::exists;
41-
using boost::filesystem::is_regular;
4241

4342
namespace Elements {
4443

ElementsKernel/tests/src/Path_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include <vector> // for vector, operator==
2828

2929
#include <boost/filesystem/fstream.hpp>
30-
#include <boost/filesystem/operations.hpp> // for exists, create_directory, is_regular_file, is_regular
30+
#include <boost/filesystem/operations.hpp> // for exists, create_directory, is_regular_file
3131
#include <boost/test/unit_test.hpp>
3232

3333
#include "ElementsKernel/Temporary.h" // for TempDir, TempEnv
@@ -36,7 +36,7 @@ using std::string;
3636
using std::vector;
3737

3838
using boost::filesystem::exists;
39-
using boost::filesystem::is_regular;
39+
using boost::filesystem::is_regular_file;
4040

4141
namespace Elements {
4242

0 commit comments

Comments
 (0)