mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-21 03:22:14 +00:00
static void
[SVN r25147]
This commit is contained in:
@@ -303,7 +303,7 @@ namespace boost { namespace numeric { namespace ublas {
|
||||
private:
|
||||
// Handle explict destroy on a (possibily indexed) iterator
|
||||
BOOST_UBLAS_INLINE
|
||||
void static iterator_destroy (iterator &i) {
|
||||
static void iterator_destroy (iterator &i) {
|
||||
(&(*i)) -> ~value_type();
|
||||
}
|
||||
ALLOC alloc_;
|
||||
|
||||
Reference in New Issue
Block a user