Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
q23type_traits.h: use is_scoped_enum_v from std
We don't like surprises in qNN, so use the real is_scoped_enum_v from std instead of adding the _v version outselves, even in C++20. Amends 03a7be3 and 63a8f65. Pick-to: 6.9 Change-Id: I7f9149678b95f7a59643152abf5a627e226cc058 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
- Loading branch information