Windows users may be interested in this patch:
diff --git a/src/web/EscapeOStream.C b/src/web/EscapeOStream.C
index 483b240..51f606a 100644
--- a/src/web/EscapeOStream.C
+++ b/src/web/EscapeOStream.C
@@ -273,9 +273,10 @@ EscapeOStream::iterator
EscapeOStream::iterator::operator ++ (int)
return *this;
}
-char& EscapeOStream::iterator::char_proxy::operator= (char c)
+EscapeOStream::iterator::char_proxy&
EscapeOStream::iterator::char_proxy::operator= (char c)
{
stream_ << c;
+ return *this;
}
EscapeOStream::iterator::char_proxy::char_proxy(EscapeOStream& stream)
diff --git a/src/web/EscapeOStream.h b/src/web/EscapeOStream.h
index ddca224..4ebab0b 100644
--- a/src/web/EscapeOStream.h
+++ b/src/web/EscapeOStream.h
@@ -19,7 +19,7 @@ class WT_API EscapeOStream
public:
struct iterator {
struct char_proxy {
- char& operator= (char c);
+ char_proxy& operator= (char c);
private:
char_proxy(EscapeOStream& stream);
2010/2/18 Wim Dumon <[email protected]>:
> L.S.,
>
> Wt and JWt 3.1.1 are here. Most visible new feature: the 'polished'
> theme. Read more in the detailed release notes, linked on the blog.
>
> http://www.webtoolkit.eu/wt/blog/2010/02/17/wt_3_1_1___jwt_3_1_1
>
> Enjoy!
> Wim.
>
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest