mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 08:06:40 +00:00
[libc++][NFC] fix exception_guard include guard name (#131370)
This commit is contained in:
parent
d1700cdbf2
commit
5bc8db884e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user