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 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++.
The text was updated successfully, but these errors were encountered:
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++.
The text was updated successfully, but these errors were encountered: