mirror of
https://github.com/yuzu-emu/ext-boost.git
synced 2024-12-22 18:15:38 +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
|
@ -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
|
//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? ;-)
|
//Any problem is solvable with an extra layer of indirection? ;-)
|
||||||
template<class A, class Iterator>
|
template<class A, class Iterator>
|
||||||
struct insert_emplace_proxy<A, 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
|
//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? ;-)
|
//Any problem is solvable with an extra layer of indirection? ;-)
|
||||||
template<class A, class Iterator>
|
template<class A, class Iterator>
|
||||||
struct insert_emplace_proxy_arg1<A, Iterator
|
struct insert_emplace_proxy_arg1<A, Iterator
|
||||||
|
|
Loading…
Reference in a new issue