We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ureact/detail/graph_impl.hpp
ureact/detail/graph_impl.inl
1 parent f8382b6 commit 0280f89Copy full SHA for 0280f89
include/ureact/detail/graph_impl.hpp renamed to include/ureact/detail/graph_impl.inl
@@ -7,8 +7,8 @@
7
// http://www.boost.org/LICENSE_1_0.txt)
8
//
9
10
-#ifndef UREACT_DETAIL_GRAPH_IMPL_HPP
11
-#define UREACT_DETAIL_GRAPH_IMPL_HPP
+#ifndef UREACT_DETAIL_GRAPH_IMPL_INL
+#define UREACT_DETAIL_GRAPH_IMPL_INL
12
13
#include <cassert>
14
#include <cstddef>
@@ -22,6 +22,7 @@
22
23
#include <ureact/detail/algorithm.hpp>
24
#include <ureact/detail/defines.hpp>
25
+#include <ureact/detail/graph_impl.hpp>
26
#include <ureact/detail/graph_interface.hpp>
27
#include <ureact/detail/slot_map.hpp>
28
@@ -439,4 +440,4 @@ inline std::shared_ptr<react_graph> make_react_graph()
439
440
441
UREACT_END_NAMESPACE
442
-#endif // UREACT_DETAIL_GRAPH_IMPL_HPP
443
+#endif // UREACT_DETAIL_GRAPH_IMPL_INL
0 commit comments