|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r52095 - sandbox/guigl/boost/guigl
From: stipe_at_[hidden]
Date: 2009-03-31 22:08:18
Author: srajko
Date: 2009-03-31 22:08:18 EDT (Tue, 31 Mar 2009)
New Revision: 52095
URL: http://svn.boost.org/trac/boost/changeset/52095
Log:
adding comment
Text files modified:
sandbox/guigl/boost/guigl/types.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: sandbox/guigl/boost/guigl/types.hpp
==============================================================================
--- sandbox/guigl/boost/guigl/types.hpp (original)
+++ sandbox/guigl/boost/guigl/types.hpp 2009-03-31 22:08:18 EDT (Tue, 31 Mar 2009)
@@ -28,6 +28,7 @@
color_type(channel_t v0, channel_t v1, channel_t v2, channel_t v3 = static_cast<channel_t>(1))
: base_type(v0,v1,v2,v3)
{}
+ // addressing an issue in MSVC
color_type &operator=(const color_type &rhs)
{
static_cast<base_type &>(*this) = static_cast<const base_type &>(rhs);
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