We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de082e8 commit 31f662eCopy full SHA for 31f662e
1 file changed
tl_expected/include/tl_expected/expected.hpp
@@ -13,9 +13,6 @@
13
// <http://creativecommons.org/publicdomain/zero/1.0/>.
14
///
15
16
-#ifndef TL_EXPECTED_HPP
17
-#define TL_EXPECTED_HPP
18
-
19
#ifdef _WIN32
20
#pragma message( \
21
"tl_expected/expected.hpp is deprecated and will be removed by the ROS 2 Lyrical Luth release. \
@@ -26,6 +23,8 @@
26
23
Use <tl/expected.hpp> from libexpected-dev, or <rcpputils/tl_expected/expected.hpp> if the system header is not available." // NOLINT
27
24
#endif
28
25
+#ifndef TL_EXPECTED_HPP
+#define TL_EXPECTED_HPP
29
30
#define TL_EXPECTED_VERSION_MAJOR 1
31
#define TL_EXPECTED_VERSION_MINOR 2
0 commit comments