diff --git a/libstdc++-v3/include/bits/chrono_io.h b/libstdc++-v3/include/bits/chrono_io.h index 8c026586d4c..c16b555df29 100644 --- a/libstdc++-v3/include/bits/chrono_io.h +++ b/libstdc++-v3/include/bits/chrono_io.h @@ -3115,6 +3115,10 @@ namespace __detail namespace __detail { + // _GLIBCXX_RESOLVE_LIB_DEFECTS + // 3956. chrono::parse uses from_stream as a customization point + void from_stream() = delete; + template, typename... _OptArgs>