The string_view::copy test calls std::min, which is not required to be
made available by including <string_view>.
(The MSVC++ STL does not use std::min internally because we need to
avoid the *macro* named min which is defined by windows.h)
Differential D25531
[libcxx] [test] Include <algorithm> in string_view::copy test BillyONeal on Oct 12 2016, 12:48 PM. Authored by
Details
The string_view::copy test calls std::min, which is not required to be (The MSVC++ STL does not use std::min internally because we need to
Diff Detail Event Timeline |