7 Jul
2020
7 Jul
'20
10:03 p.m.
Niall Douglas wrote:
Also, we're just before Beta right? So, an ideal time to see if...
Why the rush? It's 9 years late, why not wait a few more months?
... boost::make_exception_ptr() collides with user-injected boost::make_exception_ptr() would be for the beta release right?
Adding things to boost:: is uncommon for user code, but an unqualified make_exception_ptr(x), where x has boost as an associated namespace, may become ambiguous or change behavior. Although defining boost::make_exception_ptr is not unheard of, either. See f.ex. https://github.com/boostorg/thread/blob/96cd717b331e62095aa58d6768dab3baa03f... which even does something different.