Open samvv opened 4 years ago
Now that the template metaprogramming library works, it should get a major cleanup.
static_assert(...)
After some investigation, we are not going to carry out (2) and (5). (2) requires too much work right now for no real good reason and (5) limits the expressiveness of the language.
Now that the template metaprogramming library works, it should get a major cleanup.
static_assert(...)
should be added to provide better error messages (#1)