Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions libcxx/include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,6 @@ set(files
__cxx03/cmath
__cxx03/codecvt
__cxx03/complex
__cxx03/complex.h
__cxx03/condition_variable
__cxx03/csetjmp
__cxx03/csignal
Expand All @@ -1607,25 +1606,20 @@ set(files
__cxx03/cstring
__cxx03/ctgmath
__cxx03/ctime
__cxx03/ctype.h
__cxx03/cuchar
__cxx03/cwchar
__cxx03/cwctype
__cxx03/deque
__cxx03/errno.h
__cxx03/exception
__cxx03/experimental/__config
__cxx03/experimental/utility
__cxx03/ext/__hash
__cxx03/ext/hash_map
__cxx03/ext/hash_set
__cxx03/fenv.h
__cxx03/float.h
__cxx03/forward_list
__cxx03/fstream
__cxx03/functional
__cxx03/future
__cxx03/inttypes.h
__cxx03/iomanip
__cxx03/ios
__cxx03/iosfwd
Expand All @@ -1652,19 +1646,15 @@ set(files
__cxx03/sstream
__cxx03/stack
__cxx03/stdatomic.h
__cxx03/stdbool.h
__cxx03/stddef.h
__cxx03/stdexcept
__cxx03/stdint.h
__cxx03/stdio.h
__cxx03/stdlib.h
__cxx03/streambuf
__cxx03/string
__cxx03/string.h
__cxx03/string_view
__cxx03/strstream
__cxx03/system_error
__cxx03/tgmath.h
__cxx03/thread
__cxx03/type_traits
__cxx03/typeindex
Expand All @@ -1677,7 +1667,6 @@ set(files
__cxx03/vector
__cxx03/version
__cxx03/wchar.h
__cxx03/wctype.h
)

configure_file("__config_site.in" "${LIBCXX_GENERATED_INCLUDE_TARGET_DIR}/__config_site" @ONLY)
Expand Down
2 changes: 1 addition & 1 deletion libcxx/include/__cxx03/__thread/support/pthread.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <__cxx03/__chrono/duration.h>
#include <__cxx03/__config>
#include <__cxx03/ctime>
#include <__cxx03/errno.h>
#include <errno.h>
#include <pthread.h>
#include <sched.h>

Expand Down
4 changes: 2 additions & 2 deletions libcxx/include/__cxx03/cctype
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ int toupper(int c);

#include <__cxx03/__config>

#include <__cxx03/ctype.h>
#include <ctype.h>

#ifndef _LIBCPP___CXX03_CTYPE_H
#ifndef _LIBCPP_CTYPE_H
# error <cctype> tried including <ctype.h> but didn't find libc++'s <ctype.h> header. \
This usually means that your header search paths are not configured properly. \
The header search paths should contain the C++ Standard Library headers before \
Expand Down
4 changes: 2 additions & 2 deletions libcxx/include/__cxx03/cerrno
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Macros:

#include <__cxx03/__config>

#include <__cxx03/errno.h>
#include <errno.h>

#ifndef _LIBCPP___CXX03_ERRNO_H
#ifndef _LIBCPP_ERRNO_H
# error <cerrno> tried including <errno.h> but didn't find libc++'s <errno.h> header. \
This usually means that your header search paths are not configured properly. \
The header search paths should contain the C++ Standard Library headers before \
Expand Down
4 changes: 2 additions & 2 deletions libcxx/include/__cxx03/cfenv
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ int feupdateenv(const fenv_t* envp);

#include <__cxx03/__config>

#include <__cxx03/fenv.h>
#include <fenv.h>

#ifndef _LIBCPP___CXX03_FENV_H
#ifndef _LIBCPP_FENV_H
# error <cfenv> tried including <fenv.h> but didn't find libc++'s <fenv.h> header. \
This usually means that your header search paths are not configured properly. \
The header search paths should contain the C++ Standard Library headers before \
Expand Down
4 changes: 2 additions & 2 deletions libcxx/include/__cxx03/cfloat
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ Macros:

#include <__cxx03/__config>

#include <__cxx03/float.h>
#include <float.h>

#ifndef _LIBCPP___CXX03_FLOAT_H
#ifndef _LIBCPP_FLOAT_H
# error <cfloat> tried including <float.h> but didn't find libc++'s <float.h> header. \
This usually means that your header search paths are not configured properly. \
The header search paths should contain the C++ Standard Library headers before \
Expand Down
4 changes: 2 additions & 2 deletions libcxx/include/__cxx03/cinttypes
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ uintmax_t wcstoumax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int
// [cinttypes.syn]
#include <__cxx03/cstdint>

#include <__cxx03/inttypes.h>
#include <inttypes.h>

#ifndef _LIBCPP___CXX03_INTTYPES_H
#ifndef _LIBCPP_INTTYPES_H
# error <cinttypes> tried including <inttypes.h> but didn't find libc++'s <inttypes.h> header. \
This usually means that your header search paths are not configured properly. \
The header search paths should contain the C++ Standard Library headers before \
Expand Down
32 changes: 0 additions & 32 deletions libcxx/include/__cxx03/complex.h

This file was deleted.

4 changes: 2 additions & 2 deletions libcxx/include/__cxx03/cstddef
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ Types:
#include <__cxx03/__type_traits/is_integral.h>
#include <__cxx03/version>

#include <__cxx03/stddef.h>
#include <stddef.h>

#ifndef _LIBCPP___CXX03_STDDEF_H
#ifndef _LIBCPP_STDDEF_H
# error <cstddef> tried including <stddef.h> but didn't find libc++'s <stddef.h> header. \
This usually means that your header search paths are not configured properly. \
The header search paths should contain the C++ Standard Library headers before \
Expand Down
4 changes: 2 additions & 2 deletions libcxx/include/__cxx03/cstdio
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ void perror(const char* s);

#include <__cxx03/__config>

#include <__cxx03/stdio.h>
#include <stdio.h>

#ifndef _LIBCPP___CXX03_STDIO_H
#ifndef _LIBCPP_STDIO_H
# error <cstdio> tried including <stdio.h> but didn't find libc++'s <stdio.h> header. \
This usually means that your header search paths are not configured properly. \
The header search paths should contain the C++ Standard Library headers before \
Expand Down
61 changes: 0 additions & 61 deletions libcxx/include/__cxx03/ctype.h

This file was deleted.

4 changes: 2 additions & 2 deletions libcxx/include/__cxx03/cwctype
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ wctrans_t wctrans(const char* property);
#include <__cxx03/__config>
#include <__cxx03/cctype>

#include <__cxx03/wctype.h>
#include <wctype.h>

#ifndef _LIBCPP___CXX03_WCTYPE_H
#ifndef _LIBCPP_WCTYPE_H
# error <cwctype> tried including <wctype.h> but didn't find libc++'s <wctype.h> header. \
This usually means that your header search paths are not configured properly. \
The header search paths should contain the C++ Standard Library headers before \
Expand Down
Loading
Loading