removed spurious semicolon

[SVN r10066]
This commit is contained in:
John Maddock
2001-05-08 11:37:04 +00:00
parent efeefc22b0
commit a31664dd61

View File

@ -64,7 +64,7 @@ void do_destroy_array(T* first, T* last)
}
}
}; // namespace detail
} // namespace detail
template <class T>
inline void destroy_array(T* p1, T* p2)
@ -165,3 +165,4 @@ int cpp_main(int argc, char* argv[])