From 75324aa13472524a1e5d403a58d903548602e9fd Mon Sep 17 00:00:00 2001 From: jwellbelove Date: Fri, 31 Oct 2014 15:53:45 +0000 Subject: [PATCH] Edited comments --- array.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/array.h b/array.h index e1ad11d1..dbfe154b 100644 --- a/array.h +++ b/array.h @@ -346,9 +346,7 @@ namespace etl }; //************************************************************************* - /// /// Overloaded std::swap for etl::array - /// ///\param lhs Reference to the first array. ///\param rhs Reference to the second array. //************************************************************************* @@ -359,9 +357,7 @@ namespace etl } //************************************************************************* - /// /// Equal operator. - /// ///\param lhs Reference to the first array. ///\param rhs Reference to the second array. ///\return true if the arrays are equal, otherwise false