We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46da92d commit 6453cf1Copy full SHA for 6453cf1
include/interval-tree/feature_test.hpp
@@ -9,7 +9,7 @@
9
10
// define LIB_INTERVAL_TREE_DEPRECATED if __attribute__((deprecated)) is not supported
11
#ifndef LIB_INTERVAL_TREE_DEPRECATED
12
-# if __has_cpp_attribute(depreacted)
+# if __has_cpp_attribute(deprecated)
13
# define LIB_INTERVAL_TREE_DEPRECATED [[deprecated]]
14
# else
15
# define LIB_INTERVAL_TREE_DEPRECATED __attribute__((deprecated))
0 commit comments