Skip to content

Commit 0280f89

Browse files
committed
#128 Move ureact/detail/graph_impl.hpp into ureact/detail/graph_impl.inl
1 parent f8382b6 commit 0280f89

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

include/ureact/detail/graph_impl.hpp renamed to include/ureact/detail/graph_impl.inl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// http://www.boost.org/LICENSE_1_0.txt)
88
//
99

10-
#ifndef UREACT_DETAIL_GRAPH_IMPL_HPP
11-
#define UREACT_DETAIL_GRAPH_IMPL_HPP
10+
#ifndef UREACT_DETAIL_GRAPH_IMPL_INL
11+
#define UREACT_DETAIL_GRAPH_IMPL_INL
1212

1313
#include <cassert>
1414
#include <cstddef>
@@ -22,6 +22,7 @@
2222

2323
#include <ureact/detail/algorithm.hpp>
2424
#include <ureact/detail/defines.hpp>
25+
#include <ureact/detail/graph_impl.hpp>
2526
#include <ureact/detail/graph_interface.hpp>
2627
#include <ureact/detail/slot_map.hpp>
2728

@@ -439,4 +440,4 @@ inline std::shared_ptr<react_graph> make_react_graph()
439440

440441
UREACT_END_NAMESPACE
441442

442-
#endif // UREACT_DETAIL_GRAPH_IMPL_HPP
443+
#endif // UREACT_DETAIL_GRAPH_IMPL_INL

0 commit comments

Comments
 (0)