diff options
Diffstat (limited to 'contrib/llvm-project/libcxx/modules/std/scoped_allocator.inc')
| -rw-r--r-- | contrib/llvm-project/libcxx/modules/std/scoped_allocator.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/llvm-project/libcxx/modules/std/scoped_allocator.inc b/contrib/llvm-project/libcxx/modules/std/scoped_allocator.inc new file mode 100644 index 000000000000..91c9694db28f --- /dev/null +++ b/contrib/llvm-project/libcxx/modules/std/scoped_allocator.inc @@ -0,0 +1,17 @@ +// -*- C++ -*- +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +export namespace std { + // class template scoped_allocator_adaptor + using std::scoped_allocator_adaptor; + + // [scoped.adaptor.operators], scoped allocator operators + using std::operator==; + +} // namespace std |
