Patch: bug fix for PR18218

Howard Hinnant howard.hinnant at gmail.com
Sun Dec 29 14:25:48 PST 2013


On Dec 29, 2013, at 4:38 PM, Matt Calabrese <rivorus at gmail.com> wrote:

> Woops, yeah I meant const and non const.

I believe that will break with an rvalue X where the conversion function is non-const.  I think we'll have to break something in C++03 (unless someone has another great idea...).  Breaking non-copyable, non-movable numeric types seems like the safest thing to break.

Howard





More information about the cfe-commits mailing list