2
0
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:
Michael Stevens
2004-09-16 11:49:26 +00:00
parent 0ffa255203
commit 93b812cd6e

View File

@@ -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_;