[libcxx-commits] [PATCH] D144667: [libc++] Enable -Wunused-template
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 24 05:54:14 PST 2023
philnik added inline comments.
================
Comment at: libcxx/test/std/time/time.hms/time.hms.nonmembers/ostream.pass.cpp:56
-template <class CharT, class Duration>
-static std::basic_string<CharT> stream_ja_JP_locale(std::chrono::hh_mm_ss<Duration> hms) {
----------------
@Mordante Did you forget to use this function while implementing the test?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144667/new/
https://reviews.llvm.org/D144667
More information about the libcxx-commits
mailing list