Commit fe41d26a by Jason Merrill

fix

From-SVN: r22601
parent 762d45ab
...@@ -6,7 +6,7 @@ namespace A { ...@@ -6,7 +6,7 @@ namespace A {
namespace B { namespace B {
template <class T1,class T2> template <class T1,class T2>
class B { struct B {
static const unsigned count = 0; static const unsigned count = 0;
template <class ForwardIter> template <class ForwardIter>
void SetError(ForwardIter it,const T1& p1,const T2& p2) const { } void SetError(ForwardIter it,const T1& p1,const T2& p2) const { }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment