From a947601d795d8252fb06b1912cea53723a84d476 Mon Sep 17 00:00:00 2001 From: Niels Dekker Date: Sat, 1 May 2010 08:55:01 +0000 Subject: [PATCH] Fixed URL to value-initialization bug report. [SVN r61721] --- include/boost/config/compiler/borland.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/borland.hpp b/include/boost/config/compiler/borland.hpp index 912bdf8b..6e9db623 100644 --- a/include/boost/config/compiler/borland.hpp +++ b/include/boost/config/compiler/borland.hpp @@ -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