Enhanced msvc compilation error message

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@427 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-03-23 07:52:44 +00:00
parent f39550c881
commit 2fe4b78480

View file

@ -104,7 +104,7 @@ namespace detail
int line_; int line_;
}; };
template< typename Signature, int > template< typename Signature, int Arity >
class expectation class expectation
{ {
}; };