mirror of
https://github.com/boostorg/detail.git
synced 2025-08-01 05:14:28 +02:00
Trim trailing spaces.
This commit is contained in:
@@ -122,10 +122,10 @@ struct rebinder
|
|||||||
struct result
|
struct result
|
||||||
{
|
{
|
||||||
#ifdef BOOST_NO_CXX11_ALLOCATOR
|
#ifdef BOOST_NO_CXX11_ALLOCATOR
|
||||||
typedef typename Allocator::BOOST_NESTED_TEMPLATE
|
typedef typename Allocator::BOOST_NESTED_TEMPLATE
|
||||||
rebind<Type>::other other;
|
rebind<Type>::other other;
|
||||||
#else
|
#else
|
||||||
typedef typename std::allocator_traits<Allocator>::BOOST_NESTED_TEMPLATE
|
typedef typename std::allocator_traits<Allocator>::BOOST_NESTED_TEMPLATE
|
||||||
rebind_alloc<Type> other;
|
rebind_alloc<Type> other;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
@@ -164,7 +164,7 @@ void construct(void* p,const Type& t)
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma warning(push)
|
#pragma warning(push)
|
||||||
#pragma warning(disable:4100)
|
#pragma warning(disable:4100)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
template<typename Type>
|
template<typename Type>
|
||||||
|
Reference in New Issue
Block a user