mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-03 14:34:34 +02:00
removed spurious semicolon
[SVN r10066]
This commit is contained in:
@@ -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[])
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user