brintos

brintos / llvm-project-archived public Read only

0
0
Text · 847 B · 8704a31 Raw
23 lines · plain
1// -*- C++ -*-2//===----------------------------------------------------------------------===//3//4// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.5// See https://llvm.org/LICENSE.txt for license information.6// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception7//8//===----------------------------------------------------------------------===//9 10export {11  using ::max_align_t _LIBCPP_USING_IF_EXISTS;12  using ::nullptr_t;13  using ::ptrdiff_t _LIBCPP_USING_IF_EXISTS;14  using ::size_t _LIBCPP_USING_IF_EXISTS;15 16  // [support.c.headers]/117  // ...  placed within the global namespace scope, except for ... the18  // declaration of std::byte ([cstddef.syn]), and the functions and19  // function templates described in [support.types.byteops]. ...20 21  // [support.types.byteops], byte type operations22} // export23