mirror of
https://github.com/boostorg/container.git
synced 2025-08-02 14:04:26 +02:00
Merge branch 'smart-quotes' of https://github.com/yuriks/container into yuriks-smart-quotes
This commit is contained in:
@@ -293,7 +293,7 @@ struct insert_emplace_proxy<Allocator, Iterator, typename boost::container::allo
|
||||
};
|
||||
|
||||
//We use "add_const" here as adding "const" only confuses MSVC12(and maybe later) provoking
|
||||
//compiler error C2752 (<EFBFBD>more than one partial specialization matches<EFBFBD>).
|
||||
//compiler error C2752 ("more than one partial specialization matches").
|
||||
//Any problem is solvable with an extra layer of indirection? ;-)
|
||||
template<class Allocator, class Iterator>
|
||||
struct insert_emplace_proxy<Allocator, Iterator
|
||||
@@ -429,7 +429,7 @@ struct insert_emplace_proxy_arg1<Allocator, Iterator, typename boost::container:
|
||||
};
|
||||
|
||||
//We use "add_const" here as adding "const" only confuses MSVC10&11 provoking
|
||||
//compiler error C2752 (<EFBFBD>more than one partial specialization matches<EFBFBD>).
|
||||
//compiler error C2752 ("more than one partial specialization matches").
|
||||
//Any problem is solvable with an extra layer of indirection? ;-)
|
||||
template<class Allocator, class Iterator>
|
||||
struct insert_emplace_proxy_arg1<Allocator, Iterator
|
||||
|
Reference in New Issue
Block a user