Commit aba7b40d by Paolo Carlini Committed by Paolo Carlini

mt_allocator.h (__pool_base::_M_get_align): Remove redundant const qualifier on the return type.

2006-12-01  Paolo Carlini  <pcarlini@suse.de>

	* include/ext/mt_allocator.h (__pool_base::_M_get_align): Remove
	redundant const qualifier on the return type.

From-SVN: r119435
parent 2b4d7fe1
2006-12-01 Paolo Carlini <pcarlini@suse.de>
* include/ext/mt_allocator.h (__pool_base::_M_get_align): Remove
redundant const qualifier on the return type.
2006-11-29 Benjamin Kosnik <bkoz@redhat.com>
* include/ext/throw_allocator.h: Consistent @file markup.
......
......@@ -151,7 +151,7 @@ _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
_M_get_binmap(size_t __bytes)
{ return _M_binmap[__bytes]; }
const size_t
size_t
_M_get_align()
{ return _M_options._M_align; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment