We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1700cd commit 5bc8db8Copy full SHA for 5bc8db8
libcxx/include/__utility/exception_guard.h
@@ -6,8 +6,8 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
-#ifndef _LIBCPP___UTILITY_TRANSACTION_H
10
-#define _LIBCPP___UTILITY_TRANSACTION_H
+#ifndef _LIBCPP___UTILITY_EXCEPTION_GUARD_H
+#define _LIBCPP___UTILITY_EXCEPTION_GUARD_H
11
12
#include <__assert>
13
#include <__config>
@@ -140,4 +140,4 @@ _LIBCPP_END_NAMESPACE_STD
140
141
_LIBCPP_POP_MACROS
142
143
-#endif // _LIBCPP___UTILITY_TRANSACTION_H
+#endif // _LIBCPP___UTILITY_EXCEPTION_GUARD_H
0 commit comments