From 71d216b90256936a9638f325af9bc69d720e75de Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 6 Oct 2016 10:30:07 +0900 Subject: Imported Upstream version 1.59.0 Change-Id: I2dde00f4eca71df3eea9d251dcaecde18a6c90a5 Signed-off-by: DongHun Kwak --- doc/html/array/reference.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'doc/html/array/reference.html') diff --git a/doc/html/array/reference.html b/doc/html/array/reference.html index b187959730..b8d8f64aef 100644 --- a/doc/html/array/reference.html +++ b/doc/html/array/reference.html @@ -1,3 +1,4 @@ + @@ -31,19 +32,19 @@ Header <boost/array.hpp>
namespace boost {
   template<typename T, std::size_t N> class array;
-  template<typename T, std::size_t N> void swap(array<T, N>&, array<T, N>&);
+  template<typename T, std::size_t N> void swap(array<T, N>&, array<T, N>&);
   template<typename T, std::size_t N> 
-    bool operator==(const array<T, N>&, const array<T, N>&);
+    bool operator==(const array<T, N>&, const array<T, N>&);
   template<typename T, std::size_t N> 
-    bool operator!=(const array<T, N>&, const array<T, N>&);
+    bool operator!=(const array<T, N>&, const array<T, N>&);
   template<typename T, std::size_t N> 
-    bool operator<(const array<T, N>&, const array<T, N>&);
+    bool operator<(const array<T, N>&, const array<T, N>&);
   template<typename T, std::size_t N> 
-    bool operator>(const array<T, N>&, const array<T, N>&);
+    bool operator>(const array<T, N>&, const array<T, N>&);
   template<typename T, std::size_t N> 
-    bool operator<=(const array<T, N>&, const array<T, N>&);
+    bool operator<=(const array<T, N>&, const array<T, N>&);
   template<typename T, std::size_t N> 
-    bool operator>=(const array<T, N>&, const array<T, N>&);
+    bool operator>=(const array<T, N>&, const array<T, N>&);
 }
-- cgit v1.2.3