We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ecc2b commit 28d79b2Copy full SHA for 28d79b2
1 file changed
cpp/common/test/includes/standard-library/tuple.h
@@ -1,5 +1,5 @@
1
-#ifndef _GHLIBCPP_UTILITY
2
-#define _GHLIBCPP_UTILITY
+#ifndef _GHLIBCPP_TUPLE
+#define _GHLIBCPP_TUPLE
3
4
namespace std {
5
// Definition
@@ -14,4 +14,4 @@ struct ignore_t {
14
inline const std::ignore_t ignore; // 'const' only until C++17
15
} // namespace std
16
17
-#endif // _GHLIBCPP_UTILITY
+#endif // _GHLIBCPP_TUPLE
0 commit comments