forked from boostorg/type_traits
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