From 1bc7d114b2df217a89ca85e1f504655095e52854 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 31 Jan 2002 04:00:21 +0000 Subject: [PATCH] Renamed "count" to "specializations" because GCC 3.0.3 reports an ambiguity otherwise [SVN r12594] --- tools/specialisations.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/specialisations.cpp b/tools/specialisations.cpp index 5863547..fd964c5 100644 --- a/tools/specialisations.cpp +++ b/tools/specialisations.cpp @@ -12,7 +12,7 @@ using namespace std; -unsigned count = 30; +unsigned specializations = 30; int main() { @@ -21,7 +21,7 @@ int main() // // generate is_function tester prototypes: - for(i = 0; i <= count; ++i) + for(i = 0; i <= specializations; ++i) { os << "template