File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
#include < boost/mp11/algorithm.hpp>
7
7
#include < boost/mp11/bind.hpp>
8
8
9
- #include < yorel/yomm2/detail/list .hpp>
9
+ #include < yorel/yomm2/detail/static_list .hpp>
10
10
11
11
namespace yorel {
12
12
namespace yomm2 {
Original file line number Diff line number Diff line change 1
- #ifndef YOREL_YOMM2_DETAIL_LIST_HPP
2
- #define YOREL_YOMM2_DETAIL_LIST_HPP
1
+ #ifndef YOREL_YOMM2_DETAIL_STATIC_LIST_HPP
2
+ #define YOREL_YOMM2_DETAIL_STATIC_LIST_HPP
3
3
4
4
#include < algorithm>
5
5
#include < boost/assert.hpp>
Original file line number Diff line number Diff line change 1
1
#ifndef YOREL_YOMM2_POLICIES_CORE_HPP
2
2
#define YOREL_YOMM2_POLICIES_CORE_HPP
3
3
4
- #include < yorel/yomm2/detail/list .hpp>
4
+ #include < yorel/yomm2/detail/static_list .hpp>
5
5
6
6
#if defined(YOMM2_SHARED)
7
7
#if defined(_MSC_VER)
Original file line number Diff line number Diff line change 3
3
# See accompanying file LICENSE_1_0.txt
4
4
# or copy at http://www.boost.org/LICENSE_1_0.txt)
5
5
6
- add_executable (list list .cpp )
7
- target_link_libraries (list YOMM2::yomm2 )
8
- add_test (NAME list COMMAND list )
6
+ add_executable (static_list static_list .cpp )
7
+ target_link_libraries (static_list YOMM2::yomm2 )
8
+ add_test (NAME static_list COMMAND static_list )
9
9
10
10
add_executable (test_core test_core.cpp )
11
11
target_link_libraries (test_core YOMM2::yomm2 )
Original file line number Diff line number Diff line change 3
3
// See accompanying file LICENSE_1_0.txt
4
4
// or copy at http://www.boost.org/LICENSE_1_0.txt)
5
5
6
- #include " yorel/yomm2/detail/list .hpp"
6
+ #include " yorel/yomm2/detail/static_list .hpp"
7
7
8
8
#define BOOST_TEST_MODULE yomm2
9
9
#include < boost/test/included/unit_test.hpp>
You can’t perform that action at this time.
0 commit comments