2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-23 16:12:09 +00:00
Commit Graph

199 Commits

Author SHA1 Message Date
Michael Stevens
2ebf36e11e VC7 does call default constructor unless old syntax used 2004-09-04 14:45:27 +00:00
Michael Stevens
f2fac0f826 opps bad commit 2004-09-03 17:03:41 +00:00
Michael Stevens
f6b75c4533 complete implementation for construct destruct correctness 2004-09-03 16:28:07 +00:00
Michael Stevens
83cc842720 map_array like std::map should be default constructed 2004-09-03 09:18:56 +00:00
Michael Stevens
b94aa1f65b mixed scalar and binary vector expression 2004-09-03 06:40:06 +00:00
Michael Stevens
e6387f32bf use diagonal which is harder! 2004-09-03 06:33:26 +00:00
Michael Stevens
0e72bae04f corrected basic_stream as default 2004-09-02 19:39:00 +00:00
Michael Stevens
73fc394f9e correct preconds for range,slice 2004-09-02 19:31:10 +00:00
Michael Stevens
fb31ebfc73 REVERSE_ITERATOR_OVERLOADS are default
Many fixes picked by INTERNAL concept checks
2004-09-02 17:28:58 +00:00
Michael Stevens
4c5bf33e2c Pending new proxy shortcut syntax 2004-09-02 14:06:03 +00:00
Michael Stevens
f3b9dbb8c1 Broken. Sorry Toon 2004-09-02 14:04:00 +00:00
Michael Stevens
57013de910 conversion to sparse_vector_element not allowed 2004-09-02 12:51:44 +00:00
Michael Stevens
eecb8ed09a more occurances of new scalrar_x_assign<iterator::reference 2004-09-02 12:48:24 +00:00
Michael Stevens
3d97b8b2ab allocators don't allow size==0 2004-09-02 12:46:35 +00:00
Michael Stevens
6182292cb5 test the value of default construction. Either empty or full size (bounded_array) 2004-09-02 11:46:31 +00:00
Michael Stevens
5e6e517b37 Fixed runtime exception, must use iterator:reference type
nil_ back to no static as Default construct requires it. Arrrgg!
2004-09-02 11:44:50 +00:00
Michael Stevens
1661b71c14 'explicit' vector(size) constructors
Construct value_data_ with 0 size rather then default constructor
2004-09-02 09:15:07 +00:00
Michael Stevens
2aaab3e50d Restored Random Access Container compatibility 2004-09-02 09:13:26 +00:00
Michael Stevens
b0bf49ad53 Iterators never use element_proxy only references
typedef pointer is not part of the Vector Expression Concept
and not needed for implementation
2004-09-01 14:36:36 +00:00
Michael Stevens
017be1077b typedef pointer is not part of the Vector Expression Concept
and not needed for implementation
2004-09-01 14:19:50 +00:00
Michael Stevens
37942b6bca Fixed mixed use assignment in construction
Add STL allocator to storage types
2004-09-01 14:11:36 +00:00
Michael Stevens
1b7d881d0b propogated array_type is public change 2004-09-01 13:21:24 +00:00
Michael Stevens
614a8a710c Made returned index_array_type etc public. Thanks to Karl for spotting this. 2004-08-31 08:44:29 +00:00
Michael Stevens
fc1e0010c2 workaround gcc.2.95 bug with ? operator and const return value 2004-08-29 09:08:20 +00:00
Michael Stevens
473927ee7e VC6 requires old static init syntax 2004-08-28 17:15:35 +00:00
Michael Stevens
8da4242aeb DERIVED_HELPERS only seem to be unambigous
on some compiler. (CW9 and VC7.1/8 fail)
Provide sepecfic expression overload instead
2004-08-28 11:35:47 +00:00
Michael Stevens
97062292a8 private evaluate 2004-08-28 10:00:55 +00:00
Michael Stevens
53dfcb0cd6 VC7.1 using operator= overloads have problems 2004-08-27 16:14:03 +00:00
Michael Stevens
856180ff7d Allow command line TESTSET
Enable BOUNDED_VECTOR which picks up a VC7.1 problem
2004-08-27 16:12:23 +00:00
Michael Stevens
9dc94e81d3 const correctness for zero_ etc completed
use if_ instead of if_c
2004-08-27 15:23:32 +00:00
Michael Stevens
d801a97399 comments 2004-08-27 15:19:35 +00:00
Michael Stevens
bff5cbda54 removed a try left in 2004-08-27 14:31:47 +00:00
Michael Stevens
38368e113d fixed broken links 2004-08-27 13:24:32 +00:00
Michael Stevens
c0b74f2d0c removed vector::size_ use data_.size () instead 2004-08-27 13:00:00 +00:00
Michael Stevens
e110647c4d const correctness for nil_, zero_
Construct without assignment for  zero_,one_
2004-08-27 12:46:47 +00:00
Michael Stevens
96371a2555 General Configuration
enable NO_PROXY_SHORTCUTS
2004-08-27 10:16:43 +00:00
Michael Stevens
f566403ed4 Disable fail slice proxies 2004-08-26 18:36:10 +00:00
Michael Stevens
85c72cfe5a Big improvement to type encapsulation
iterator_type, expersion_type, functo_type etc private
2004-08-26 18:17:47 +00:00
Michael Stevens
12b1d9e49e code layout 2004-08-26 16:28:10 +00:00
Michael Stevens
c45e2bc29e Propogated storage_catagory to reference classes 2004-08-26 16:23:34 +00:00
Michael Stevens
6e2a13ec11 use (0) to represent zero rather then default constructor.
(1) is require anyway so this does not add further requirements
2004-08-26 15:51:57 +00:00
Michael Stevens
5d478970dc resize not used. It just adds more mutable requirements 2004-08-26 15:45:43 +00:00
Michael Stevens
f2d21ee3ad Commented slice and indirect iterator problems
iterator_type are private
2004-08-26 15:36:52 +00:00
Michael Stevens
ba6b2b5979 use bad_index when no reference to const_member 2004-08-26 14:36:21 +00:00
Michael Stevens
8ddb23c5f2 Exceptions on by default
Use BOOST_UBLAS_NO_EXCEPTIONS to disable
2004-08-26 12:46:18 +00:00
Michael Stevens
7625e57e08 Exceptions. No need to catch. We want test to halt for testing
on exception.
2004-08-26 12:42:23 +00:00
Michael Stevens
75da4d83ef USE_EXCEPTIONS debugger removed! 2004-08-26 11:13:24 +00:00
Michael Stevens
31e522b5b1 std::abs libcomo workaround version dependant 2004-08-25 08:31:07 +00:00
Michael Stevens
11414ab4a5 Fixed broken links
Dopped $Id as these work badly with >1 CVS
2004-08-24 07:51:33 +00:00
Michael Stevens
4ba6bf01f8 Renamed std cmath problem
Extended cstdlib workaround to MIPSpro
2004-08-24 06:51:21 +00:00