Skip to content

Commit 0346eff

Browse files
committed
building by gcc under linux
1 parent 7e49aa3 commit 0346eff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎include/shared_allocator/cached_allocator.hpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ namespace salloc {
108108

109109
/** \brief Empty copy constructor.
110110
111+
Does nothing. */
112+
cached_allocator(const ThisType&) throw()
113+
{
114+
}
115+
116+
/** \brief Empty copy constructor.
117+
111118
Does nothing. */
112119
template <class U>
113120
cached_allocator(const U&) throw()

0 commit comments

Comments
 (0)