From bb641d94b1c798a62f33b46e95b5d172bc7776aa Mon Sep 17 00:00:00 2001 From: David Bellot Date: Sat, 3 Jul 2010 22:00:48 +0000 Subject: [PATCH] reverted to htm notation (sorry my mistake) included test for assigment operator remove old release notes file --- doc/Release_notes.txt | 16 ---------------- test/Jamfile.v2 | 2 ++ 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 doc/Release_notes.txt diff --git a/doc/Release_notes.txt b/doc/Release_notes.txt deleted file mode 100644 index 621ef4b1..00000000 --- a/doc/Release_notes.txt +++ /dev/null @@ -1,16 +0,0 @@ -UBLAS -~~~~~ - -Copyright (c) 2000-2004 Joerg Walter, Mathias Koch - -Distributed under the Boost Software License, Version 1.0. (See -accompanying file LICENSE_1_0.txt or copy at -http://www.boost.org/LICENSE_1_0.txt) - -1.35.0 - Updated all files to BSL v1 with permission of the authors. - -PRE 1.34.0 - FIX size_type and difference_type can be non defaults and uBLAS - expressions use the correct types. - \ No newline at end of file diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 75a5eb6e..388561b1 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -132,4 +132,6 @@ test-suite numeric/uBLAS ] [ run test_complex_norms.cpp ] + [ run test_assignment.cpp + ] ;