DecoratorSet is currently just a typedef for uint64_t. We could provide better type safety by using C++14 features. It could be either a scoped enum or (with C++20) a literal type with a suite of constexpr operations.
- relates to
-
JDK-8208089 JEP 347: Enable C++14 Language Features
- Closed