Changeset 0766399 for src/ResolvExpr/CandidateFinder.cpp
- Timestamp:
- Oct 9, 2024, 5:34:36 PM (5 weeks ago)
- Branches:
- master
- Children:
- 1a8b17a
- Parents:
- 7d415b4 (diff), 16ba4897 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/CandidateFinder.cpp
r7d415b4 r0766399 1115 1115 // Implement SFINAE; resolution errors are only errors if there aren't any non-error 1116 1116 // candidates 1117 if ( found.empty() && ! errors.isEmpty() ) { throw errors; }1117 if ( found.empty() ) errors.throwIfNonEmpty(); 1118 1118 1119 1119 // only keep the best matching intrinsic result to match C semantics (no unexpected narrowing/widening)
Note: See TracChangeset
for help on using the changeset viewer.