|
Boost : |
From: Kevin Wheatley (hxpro_at_[hidden])
Date: 2002-10-29 06:23:40
needs the following changes to compile correctly
Kevin
Index: boost/boost/tuple/tuple_io.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/tuple/tuple_io.hpp,v
retrieving revision 1.6
diff -u -r1.6 tuple_io.hpp
--- boost/boost/tuple/tuple_io.hpp 12 Sep 2002 20:59:05
-0000 1.6
+++ boost/boost/tuple/tuple_io.hpp 29 Oct 2002 11:27:34 -0000
@@ -86,9 +86,9 @@
// parentheses and space are the default manipulators
if (!c) {
switch(m) {
- case open : c = '('; break;
- case close : c = ')'; break;
- case delimiter : c = ' '; break;
+ case detail::format_info::open : c = '('; break;
+ case detail::format_info::close : c = ')'; break;
+ case detail::format_info::delimiter : c = ' '; break;
}
}
return c;
@@ -109,9 +109,9 @@
// parentheses and space are the default manipulators
if (!c) {
switch(m) {
- case open : c = i.widen('('); break;
- case close : c = i.widen(')'); break;
- case delimiter : c = i.widen(' '); break;
+ case detail::format_info::open : c = i.widen('('); break;
+ case detail::format_info::close : c = i.widen(')'); break;
+ case detail::format_info::delimiter : c = i.widen(' ');
break;
}
}
return c;
-- | Kevin Wheatley | These are the opinions of | | Senior Do-er of Technical Things | nobody and are not shared | | Cinesite (Europe) Ltd | by my employers |
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk