mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-14 01:02:16 +00:00
removed precheck for zero size range
svn path=/trunk/boost/boost/numeric/ublas/; revision=24346
This commit is contained in:
@@ -950,7 +950,6 @@ namespace boost { namespace numeric { namespace ublas {
|
||||
BOOST_UBLAS_INLINE
|
||||
range (size_type start, size_type stop):
|
||||
start_ (start), size_ (stop - start) {
|
||||
BOOST_UBLAS_CHECK (start <= stop, bad_size ());
|
||||
}
|
||||
|
||||
BOOST_UBLAS_INLINE
|
||||
|
||||
Reference in New Issue
Block a user