Skip to content

Simplify AkTraits by using C++ concepts

Daniel Vrátil requested to merge work/dvratil/aktraits-use-concepts into master

Those came to be before C++20, but now that we can use C++20, they can be replaced by simpler concepts.

Merge request reports