Changeset 16ba4897 for src/ResolvExpr
- Timestamp:
- Oct 9, 2024, 5:07:59 PM (7 months ago)
- Branches:
- master
- Children:
- 0766399
- Parents:
- 1b770e40
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/ResolvExpr/CandidateFinder.cpp ¶
r1b770e40 r16ba4897 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.