[libc++][NFC] fix exception_guard include guard name (#131370)

This commit is contained in:
Hui 2025-03-15 16:14:44 +00:00 committed by GitHub
parent d1700cdbf2
commit 5bc8db884e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef _LIBCPP___UTILITY_TRANSACTION_H
#define _LIBCPP___UTILITY_TRANSACTION_H
#ifndef _LIBCPP___UTILITY_EXCEPTION_GUARD_H
#define _LIBCPP___UTILITY_EXCEPTION_GUARD_H
#include <__assert>
#include <__config>
@ -140,4 +140,4 @@ _LIBCPP_END_NAMESPACE_STD
_LIBCPP_POP_MACROS
#endif // _LIBCPP___UTILITY_TRANSACTION_H
#endif // _LIBCPP___UTILITY_EXCEPTION_GUARD_H