llvm-project/clang/test/CXX/over
Douglas Gregor ee430a39c3 Implement C++0x [temp.func.order]p3 (aka DR532) properly. In
particular, we only add the implement object parameter type if only
one of the function templates is a non-static member function
template.

Moreover, since this DR differs from existing practice in C++98/03,
this commit implements the existing practice (which ignores the
first parameter of the function template that is not the non-static
member function template) in C++98/03 mode.

llvm-svn: 119145
2010-11-15 15:41:16 +00:00
..
over.built Add builtin conditional operator candidates for scoped enumeration 2010-10-15 00:50:56 +00:00
over.match/over.match.best Implement C++0x [temp.func.order]p3 (aka DR532) properly. In 2010-11-15 15:41:16 +00:00
over.over Properly diagnose invalid casts to function references. Patch by 2010-11-08 03:40:48 +00:00