forked from OSchip/llvm-project
[libc++][NFC] Fix include guard for some detail header
This commit is contained in:
parent
2e93453114
commit
83bc88174e
|
@ -7,8 +7,8 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef _LIBCPP___FUNCTIONAL___ALLOCATOR_ARG_T_H
|
||||
#define _LIBCPP___FUNCTIONAL___ALLOCATOR_ARG_T_H
|
||||
#ifndef _LIBCPP___FUNCTIONAL_ALLOCATOR_ARG_T_H
|
||||
#define _LIBCPP___FUNCTIONAL_ALLOCATOR_ARG_T_H
|
||||
|
||||
#include <__config>
|
||||
#include <__memory/uses_allocator.h>
|
||||
|
@ -75,4 +75,4 @@ void __user_alloc_construct_impl (integral_constant<int, 2>, _Tp *__storage, con
|
|||
|
||||
_LIBCPP_END_NAMESPACE_STD
|
||||
|
||||
#endif // _LIBCPP___FUNCTIONAL___ALLOCATOR_ARG_T_H
|
||||
#endif // _LIBCPP___FUNCTIONAL_ALLOCATOR_ARG_T_H
|
||||
|
|
Loading…
Reference in New Issue