$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r62605 - trunk/libs/multi_array/doc
From: jewillco_at_[hidden]
Date: 2010-06-08 18:53:33
Author: jewillco
Date: 2010-06-08 18:53:33 EDT (Tue, 08 Jun 2010)
New Revision: 62605
URL: http://svn.boost.org/trac/boost/changeset/62605
Log:
Fixed typo in doc example; fixes #3581
Text files modified:
trunk/libs/multi_array/doc/user.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/multi_array/doc/user.html
==============================================================================
--- trunk/libs/multi_array/doc/user.html (original)
+++ trunk/libs/multi_array/doc/user.html 2010-06-08 18:53:33 EDT (Tue, 08 Jun 2010)
@@ -459,7 +459,7 @@
<blockquote>
<pre>
typedef boost::multi_array<double,3> array_type;
- array_type A(boost::extents[3][4][2],boost::fortran_storage_order);
+ array_type A(boost::extents[3][4][2],boost::fortran_storage_order());
call_fortran_function(A.data());
</pre>
</blockquote>