1eb8650a7SLouis Dionne //===----------------------------------------------------------------------===//
23e519524SHoward Hinnant //
357b08b09SChandler Carruth // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
457b08b09SChandler Carruth // See https://llvm.org/LICENSE.txt for license information.
557b08b09SChandler Carruth // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
63e519524SHoward Hinnant //
73e519524SHoward Hinnant //===----------------------------------------------------------------------===//
83e519524SHoward Hinnant 
9*bbb0f2c7SArthur O'Dwyer #include <utility>
103e519524SHoward Hinnant 
113e519524SHoward Hinnant _LIBCPP_BEGIN_NAMESPACE_STD
123e519524SHoward Hinnant 
13e16f2cb6SLouis Dionne const piecewise_construct_t piecewise_construct{};
143e519524SHoward Hinnant 
153e519524SHoward Hinnant _LIBCPP_END_NAMESPACE_STD
16