There was an error while loading. Please reload this page.
1 parent 7e49aa3 commit 0346effCopy full SHA for 0346eff
include/shared_allocator/cached_allocator.hpp
@@ -108,6 +108,13 @@ namespace salloc {
108
109
/** \brief Empty copy constructor.
110
111
+ Does nothing. */
112
+ cached_allocator(const ThisType&) throw()
113
+ {
114
+ }
115
+
116
+ /** \brief Empty copy constructor.
117
118
Does nothing. */
119
template <class U>
120
cached_allocator(const U&) throw()
0 commit comments