Improved error diagnostics. Made depdendent predicates work on most compilers. Made optional deduced parameters fail SFINAE when an unmatched parameter is supplied.

[SVN r35226]
This commit is contained in:
Daniel Wallin
2006-09-20 15:03:35 +00:00
committed by Peter Dimov
parent a263cca761
commit 4a1fc49a6a

View File

@@ -23,6 +23,8 @@ test-suite "parameter"
[ run efficiency.cpp : : : : : <variant>release ]
[ run maybe.cpp ]
[ run deduced.cpp ]
[ run optional_deduced_sfinae.cpp ]
[ run deduced_dependent_predicate.cpp ]
[ compile ntp.cpp ]
[ compile unwrap_cv_reference.cpp ]
[ compile-fail duplicates.cpp ]