mirror of
https://github.com/yuzu-emu/ext-boost
synced 2024-11-24 22:58:31 +00:00
Get rid of Latin1 "smart quotes" in a file
They keep making my compiler print warnings.
This commit is contained in:
parent
a1afc91d3a
commit
6d5841c285
1 changed files with 2 additions and 2 deletions
|
@ -288,7 +288,7 @@ struct insert_emplace_proxy<A, Iterator, typename boost::container::allocator_tr
|
|||
};
|
||||
|
||||
//We use "add_const" here as adding "const" only confuses MSVC12(and maybe later) provoking
|
||||
//compiler error C2752 (“more than one partial specialization matches”).
|
||||
//compiler error C2752 ("more than one partial specialization matches").
|
||||
//Any problem is solvable with an extra layer of indirection? ;-)
|
||||
template<class A, class Iterator>
|
||||
struct insert_emplace_proxy<A, Iterator
|
||||
|
@ -433,7 +433,7 @@ struct insert_emplace_proxy_arg1<A, Iterator, typename boost::container::allocat
|
|||
};
|
||||
|
||||
//We use "add_const" here as adding "const" only confuses MSVC10&11 provoking
|
||||
//compiler error C2752 (“more than one partial specialization matches”).
|
||||
//compiler error C2752 ("more than one partial specialization matches").
|
||||
//Any problem is solvable with an extra layer of indirection? ;-)
|
||||
template<class A, class Iterator>
|
||||
struct insert_emplace_proxy_arg1<A, Iterator
|
||||
|
|
Loading…
Reference in a new issue