Closed dippi closed 8 years ago
Not sure why it failed to build only with xcode6.
Besides that, I think it needs some adjustments on the noexcept
specifier.
Which brings me to issue #88, so the problem was known and the proposed solution is actually better. Looking forward to see those changes applied. B.R.
The first definition of conversion assignment uses universal reference and forwarding and (IMHO) there's no need for an additional operator that only matches const references. (And by the way the second definition used to copy-construct the object twice)