From 2fe4b78480eb7e79bcf65f4c0036f49944340043 Mon Sep 17 00:00:00 2001 From: mat007 Date: Fri, 23 Mar 2012 07:52:44 +0000 Subject: [PATCH] Enhanced msvc compilation error message git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@427 860be788-9bd5-4423-9f1e-828f051e677b --- src/libraries/turtle/expectation.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/turtle/expectation.hpp b/src/libraries/turtle/expectation.hpp index ae3bee1..8b5a149 100644 --- a/src/libraries/turtle/expectation.hpp +++ b/src/libraries/turtle/expectation.hpp @@ -104,7 +104,7 @@ namespace detail int line_; }; - template< typename Signature, int > + template< typename Signature, int Arity > class expectation { };