File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -571,10 +571,11 @@ namespace llvm {
571571}
572572
573573// HLSL Change Starts
574- // StringRef provides an operator string; that trips up the std::pair noexcept specification,
575- // which (a) enables the moves constructor (because conversion is allowed), but (b)
576- // misclassifies the the construction as nothrow. Newer libc++ releases reject user
577- // specializations of this trait outright, and also compute the trait correctly without help.
574+ // StringRef provides an operator string; that trips up the std::pair noexcept
575+ // specification, which (a) enables the moves constructor (because conversion is
576+ // allowed), but (b) misclassifies the the construction as nothrow. Newer libc++
577+ // releases reject user specializations of this trait outright, and also compute
578+ // the trait correctly without help.
578579#if !defined(_LIBCPP_VERSION)
579580namespace std {
580581 template <>
You can’t perform that action at this time.
0 commit comments