From dfeb6bd0a5d57120761d3c97efb957984832802e Mon Sep 17 00:00:00 2001 From: Michel Morin Date: Wed, 30 Oct 2013 12:51:24 +0000 Subject: [PATCH] Correct broken links to C++ standard papers. Refs #9212. [SVN r86524] --- doc/array.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/array.xml b/doc/array.xml index eac8087..68ee5a3 100644 --- a/doc/array.xml +++ b/doc/array.xml @@ -77,7 +77,7 @@ Note that this class is suggested to be part of the next Technical Report, which will extend the C++ Standard (see - http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1548.htm). + http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1548.htm). Update: std::array is (as of C++11) part of the C++ standard. The differences between boost::array and std::array are minimal.