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
This commit adds the `TRACCC_CONSTRAINT` macro which acts as a concept
in C++20 builds, and simply acts as the `typename` keyword in builds
with older standards. It also adds the `TRACCC_ENFORCE_CONCEPTS` CMake
flag which will throw an error if concepts are not available.
0 commit comments