From 52a5c422a15b3bfa95e528844f46de638eb11732 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Thu, 6 Feb 2014 01:40:46 -0800 Subject: [PATCH] Correct typo in shared_array documentation --- shared_array.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared_array.htm b/shared_array.htm index 4c31458..8fa5a7f 100644 --- a/shared_array.htm +++ b/shared_array.htm @@ -174,7 +174,7 @@ template<class T>

Equivalent to a.swap(b). Matches the interface of std::swap. Provided as an aid to generic programming.


-

$Date

+

$Date$

Copyright 1999 Greg Colvin and Beman Dawes. Copyright 2002 Darin Adler. Copyright 2002-2005 Peter Dimov. Distributed under the Boost Software License, Version 1.0. See accompanying file LICENSE_1_0.txt or