$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r61721 - trunk/boost/config/compiler
From: nielsdekker_at_[hidden]
Date: 2010-05-01 04:55:02
Author: niels_dekker
Date: 2010-05-01 04:55:01 EDT (Sat, 01 May 2010)
New Revision: 61721
URL: http://svn.boost.org/trac/boost/changeset/61721
Log:
Fixed URL to value-initialization bug report.
Text files modified:
trunk/boost/config/compiler/borland.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/config/compiler/borland.hpp
==============================================================================
--- trunk/boost/config/compiler/borland.hpp (original)
+++ trunk/boost/config/compiler/borland.hpp 2010-05-01 04:55:01 EDT (Sat, 01 May 2010)
@@ -263,7 +263,7 @@
// Borland did not implement value-initialization completely, as I reported
// in 2007, Borland Report 51854, "Value-initialization: POD struct should be
-// zero-initialized", http://qc.embarcadero.com/wc/qcmain.aspx?rc=51854
+// zero-initialized", http://qc.embarcadero.com/wc/qcmain.aspx?d=51854
// See also: http://www.boost.org/libs/utility/value_init.htm#compiler_issues
// (Niels Dekker, LKEB, April 2010)
#define BOOST_NO_COMPLETE_VALUE_INITIALIZATION