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
Along with the index format (#143) we need to clean up and stabilize our programmatic API.
I vote to do it via function signatures and concepts for types. Although concepts are not yet in the standard only supported by GCC, we can still use them as a formal description of the types we accept. We can also optionally use -fconcepts feature for gcc, and have a build on Travis, which would check their correctness.
Along with the index format (#143) we need to clean up and stabilize our programmatic API.
I vote to do it via function signatures and concepts for types. Although concepts are not yet in the standard only supported by GCC, we can still use them as a formal description of the types we accept. We can also optionally use
-fconcepts
feature forgcc
, and have a build on Travis, which would check their correctness.The text was updated successfully, but these errors were encountered: