From 5a7e6976d1aca86e1876ffae43714d0bbb0775e9 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 29 Jan 2008 21:39:04 +0000 Subject: [PATCH] Added a typename decorator to a template type to keep the C++ compiler happy --- tock_support_cppcsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tock_support_cppcsp.h b/tock_support_cppcsp.h index 8a0e285..6b8029a 100644 --- a/tock_support_cppcsp.h +++ b/tock_support_cppcsp.h @@ -494,7 +494,7 @@ public: return *this; } - typedef std::list::iterator iterator; + typedef typename std::list::iterator iterator; inline iterator beginSeqEach() {