Skip to content
Snippets Groups Projects
Commit 394c0148 authored by Hahn, Steven's avatar Hahn, Steven
Browse files

Terminate namespace with comment.

parent 57f1bc87
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,6 @@ inline typename _Unique_if<T>::_Single_object make_unique(Args &&... args) {
template <class T, class... Args>
inline typename _Unique_if<T>::_Known_bound make_unique(Args &&...) = delete;
#endif // __cplusplus == 201402L
}
}
} // namespace Kernel
} // namespace Mantid
#endif // Mantid_make_unique_h
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment