Skip to content

Commit c8e5438

Browse files
committed
[libc++][TZDB] Makes implementation experimental.
This moves the files to libcxx/src/experimental/ as discussed in #90394. Fixes: #94902
1 parent 47f8b85 commit c8e5438

9 files changed

+8
-8
lines changed

libcxx/src/CMakeLists.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -336,16 +336,16 @@ endif()
336336

337337
if (LIBCXX_ENABLE_LOCALIZATION AND LIBCXX_ENABLE_FILESYSTEM AND LIBCXX_ENABLE_TIME_ZONE_DATABASE)
338338
list(APPEND LIBCXX_EXPERIMENTAL_SOURCES
339-
include/tzdb/time_zone_private.h
340-
include/tzdb/types_private.h
341-
include/tzdb/tzdb_list_private.h
342-
include/tzdb/tzdb_private.h
339+
experimental/include/tzdb/time_zone_private.h
340+
experimental/include/tzdb/types_private.h
341+
experimental/include/tzdb/tzdb_list_private.h
342+
experimental/include/tzdb/tzdb_private.h
343343
# TODO TZDB The exception could be moved in chrono once the TZDB library
344344
# is no longer experimental.
345-
chrono_exception.cpp
346-
time_zone.cpp
347-
tzdb.cpp
348-
tzdb_list.cpp
345+
experimental/chrono_exception.cpp
346+
experimental/time_zone.cpp
347+
experimental/tzdb.cpp
348+
experimental/tzdb_list.cpp
349349
)
350350
endif()
351351

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)