diff --git a/examples/trivial_destructor_example.cpp b/examples/trivial_destructor_example.cpp index 32f4dbf..7923e0f 100644 --- a/examples/trivial_destructor_example.cpp +++ b/examples/trivial_destructor_example.cpp @@ -64,7 +64,7 @@ void do_destroy_array(T* first, T* last) } } -}; // namespace detail +} // namespace detail template inline void destroy_array(T* p1, T* p2) @@ -165,3 +165,4 @@ int cpp_main(int argc, char* argv[]) +