summaryrefslogtreecommitdiff
path: root/boost/histogram/detail/attribute.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/histogram/detail/attribute.hpp')
-rw-r--r--boost/histogram/detail/attribute.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/histogram/detail/attribute.hpp b/boost/histogram/detail/attribute.hpp
index 1fbfc43e9e..436b11498b 100644
--- a/boost/histogram/detail/attribute.hpp
+++ b/boost/histogram/detail/attribute.hpp
@@ -8,9 +8,9 @@
#define BOOST_HISTOGRAM_DETAIL_ATTRIBUTE_HPP
#if __cplusplus >= 201703L
-#define BOOST_HISTOGRAM_DETAIL_NODISCARD [[nodiscard]]
+#define BOOST_HISTOGRAM_NODISCARD [[nodiscard]]
#else
-#define BOOST_HISTOGRAM_DETAIL_NODISCARD
+#define BOOST_HISTOGRAM_NODISCARD
#endif
#endif