[all-commits] [llvm/llvm-project] 5688f1: [libcxx] [test] Include missing headers. (NFC)
Stephan T. Lavavej via All-commits
all-commits at lists.llvm.org
Fri Dec 13 18:26:21 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5688f168528377d1c55fe1feff82c9caa21a7c0a
https://github.com/llvm/llvm-project/commit/5688f168528377d1c55fe1feff82c9caa21a7c0a
Author: Stephan T. Lavavej <stl at microsoft.com>
Date: 2019-12-13 (Fri, 13 Dec 2019)
Changed paths:
M libcxx/test/std/containers/sequences/array/at.pass.cpp
M libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_time.pass.cpp
M libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_time_wide.pass.cpp
M libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_year.pass.cpp
M libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_year_wide.pass.cpp
M libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_date.pass.cpp
M libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_date_wide.pass.cpp
M libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_many.pass.cpp
M libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_year.pass.cpp
M libcxx/test/std/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put1.pass.cpp
Log Message:
-----------
[libcxx] [test] Include missing headers. (NFC)
libcxx/test/std/containers/sequences/array/at.pass.cpp
Need to include <stdexcept> for std::out_of_range.
libcxx/test/std/localization/locale.categories/category.time/*
Need to include <ios> for std::ios.
More information about the All-commits
mailing list