|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r68526 - in sandbox/icl: boost/icl/type_traits libs/icl_xt/prj_home
From: afojgo_at_[hidden]
Date: 2011-01-28 06:54:30
Author: jofaber
Date: 2011-01-28 06:54:29 EST (Fri, 28 Jan 2011)
New Revision: 68526
URL: http://svn.boost.org/trac/boost/changeset/68526
Log:
Update of project home and fix for the thread inclusion problem.
Text files modified:
sandbox/icl/boost/icl/type_traits/is_interval.hpp | 4 ++--
sandbox/icl/libs/icl_xt/prj_home/index.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Modified: sandbox/icl/boost/icl/type_traits/is_interval.hpp
==============================================================================
--- sandbox/icl/boost/icl/type_traits/is_interval.hpp (original)
+++ sandbox/icl/boost/icl/type_traits/is_interval.hpp 2011-01-28 06:54:29 EST (Fri, 28 Jan 2011)
@@ -26,7 +26,7 @@
{
typedef is_interval<Type> type;
BOOST_STATIC_CONSTANT(bool,
- value = (interval_bound_type<Type>::value < interval_bounds::undefined));
+ value = ((interval_bound_type<Type>::value) < interval_bounds::undefined));
};
@@ -34,7 +34,7 @@
{
typedef has_static_bounds<Type> type;
BOOST_STATIC_CONSTANT(bool,
- value = (interval_bound_type<Type>::value < interval_bounds::dynamic));
+ value = ((interval_bound_type<Type>::value) < interval_bounds::dynamic));
};
template <class Type> struct has_dynamic_bounds
Modified: sandbox/icl/libs/icl_xt/prj_home/index.html
==============================================================================
--- sandbox/icl/libs/icl_xt/prj_home/index.html (original)
+++ sandbox/icl/libs/icl_xt/prj_home/index.html 2011-01-28 06:54:29 EST (Fri, 28 Jan 2011)
@@ -62,7 +62,7 @@
<!-- default-size: width="624" height="498" -->
<embed type="application/x-shockwave-flash" wmode="opaque" allowscriptaccess="always"
allowfullscreen="true" pluginspage="http://www.macromedia.com/go/getflashplayer"
- src="http://a.blip.tv/scripts/flash/stratos.swf?file=http%3A//blip.tv/rss/flash/2972135%3Freferrer%3Dblip.tv%26source%3D1%26use_direct%3D1%26use_documents%3D1&enablejs=true&showplayerpath=http%3A//a.blip.tv/scripts/flash/stratos.swf&autostart=false&feedurl=http%3A//boostcon.blip.tv/rss&playerUrl=http%3A//a.blip.tv/scripts/flash/stratos.swf&staggeredLoad=true&showinfo=false&enableHtml5Player=true"
+ src="http://a.blip.tv/scripts/flash/stratos.swf?file=http%3A//blip.tv/rss/flash/2972135%3Freferrer%3Dblip.tv%26source%3D1%26use_direct%3D1%26use_documents%3D1&enablejs=true&showplayerpath=http%3A//a.blip.tv/scripts/flash/stratos.swf&autostart=false&feedurl=http%3A//boostcon.blip.tv/rss&playerUrl=http%3A//a.blip.tv/scripts/flash/stratos.swf&staggeredLoad=true&showinfo=true&enableHtml5Player=true"
id="video_player_embed" width="486" height="396">
<h2>Expect Quality</h2>
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