We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The properties returned by TEnum do not indicate if the type is defined in the std namespace.
TEnum
std
The following code returns 0, it should return non-zero:
TEnum::GetEnum("std::byte")->Property() & kIsDefinedInStd
master
n/a
No response
The text was updated successfully, but these errors were encountered:
pcanal
dpiparo
No branches or pull requests
Check duplicate issues.
Description
The properties returned by
TEnum
do not indicate if the type is defined in thestd
namespace.Reproducer
The following code returns 0, it should return non-zero:
ROOT version
master
Installation method
n/a
Operating system
n/a
Additional context
No response
The text was updated successfully, but these errors were encountered: