You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the example demonstrate, exception tests can be performed using the nothrow function. This should work as documented, without full namespace qualification, but doesn't.
It would be great if a non-ambiguous version of nothrow is provided, maybe throwsnot or so?
As workaround it is always possible to use a using namespace boost; ut::nothrow(); version of your code.
At least the documentation should be copy-pastable.
Expected Behavior
As the example demonstrate, exception tests can be performed using the
nothrow
function. This should work as documented, without full namespace qualification, but doesn't.It would be great if a non-ambiguous version of
nothrow
is provided, maybethrowsnot
or so?As workaround it is always possible to use a
using namespace boost; ut::nothrow();
version of your code.At least the documentation should be copy-pastable.
Actual Behavior
The
nothrow
is ambiguous with std::nothrowSteps to Reproduce the Problem
Compiler Errors (its german, but effectively ambigous definition bla)
Specifications
conan
The text was updated successfully, but these errors were encountered: