|
Boost-Commit : |
From: steven_at_[hidden]
Date: 2008-06-05 21:29:03
Author: steven_watanabe
Date: 2008-06-05 21:29:03 EDT (Thu, 05 Jun 2008)
New Revision: 46184
URL: http://svn.boost.org/trac/boost/changeset/46184
Log:
Added missing forward declaration
Text files modified:
sandbox/switch/boost/control/case.hpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Modified: sandbox/switch/boost/control/case.hpp
==============================================================================
--- sandbox/switch/boost/control/case.hpp (original)
+++ sandbox/switch/boost/control/case.hpp 2008-06-05 21:29:03 EDT (Thu, 05 Jun 2008)
@@ -22,6 +22,10 @@
namespace switch_detail {
+// N is the number of cases not including the default
+template<int N>
+struct range_switch_impl;
+
struct empty_set {
template<class T>
static char lookup(T);
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk