blob: c8d413c1d57f7c9aae964d616bb3927edde597ae [file] [log] [blame]
//===----------------------------------------------------------------------===//
//
// 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
//
//===----------------------------------------------------------------------===//
//
// WARNING: This test was generated by generate_header_inclusion_tests.py
// and should not be edited manually.
//
// clang-format off
// <bitset>
// Test that <bitset> includes all the other headers it's supposed to.
#include <bitset>
#include "test_macros.h"
#if !defined(_LIBCPP_BITSET)
# error "<bitset> was expected to define _LIBCPP_BITSET"
#endif
#if !defined(_LIBCPP_IOSFWD)
# error "<bitset> should include <iosfwd> in C++03 and later"
#endif
#if !defined(_LIBCPP_STRING)
# error "<bitset> should include <string> in C++03 and later"
#endif