Skip to content

Commit 28d79b2

Browse files
committed
Change include guard name
1 parent 14ecc2b commit 28d79b2

File tree

1 file changed

+3
-3
lines changed
  • cpp/common/test/includes/standard-library

1 file changed

+3
-3
lines changed

cpp/common/test/includes/standard-library/tuple.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef _GHLIBCPP_UTILITY
2-
#define _GHLIBCPP_UTILITY
1+
#ifndef _GHLIBCPP_TUPLE
2+
#define _GHLIBCPP_TUPLE
33

44
namespace std {
55
// Definition
@@ -14,4 +14,4 @@ struct ignore_t {
1414
inline const std::ignore_t ignore; // 'const' only until C++17
1515
} // namespace std
1616

17-
#endif // _GHLIBCPP_UTILITY
17+
#endif // _GHLIBCPP_TUPLE

0 commit comments

Comments
 (0)