rejects valid template specialization #923
Labels
bugzilla
Issues migrated from bugzilla
compile-fail
Use [accepts-invalid] and [rejects-valid] instead
llvm-tools
All llvm tools that do not have corresponding tag
Extended Description
error: ambiguous template specialization
GetParent<const MetaCpp::Element>' for
MetaCpp::object MetaCpp::ElementImpl::GetParent() const'gcc version 3.4-llvm 20030924 (experimental)
accepted by gcc 3.3, 3.4 and 4.0
struct B{
template
T blah();
template
T const blah() const;
};
template<>
int const B::blah() const;
The text was updated successfully, but these errors were encountered: