profiles icon indicating copy to clipboard operation
profiles copied to clipboard

A profile for early-checking of templates

Open AbhinavK00 opened this issue 1 year ago • 1 comments

This is more in line with C++0x concept design and other languages such as Swift, Rust, Haskell etc. Now that C++ has concepts, it would be nice to have a profile that performs early definition checking to function and class templates. This suggestion is inspired from a discussion on cppfront github here. While I could not convince Herb to add early definition checking to cppfront, it was clear that the feature does have a place in today's C++.

AbhinavK00 avatar Oct 17 '23 15:10 AbhinavK00