Skip to content

Conversation

ecatmur
Copy link
Contributor

@ecatmur ecatmur commented Jan 18, 2022

The operator() is not instantiated till later, which makes it
difficult to locate an erroneous usage of <<. Place a
static_assert in the ctor (copied from print_helper.hpp) to check
at construction time, which will point back to the << site.

The operator() is not instantiated till later, which makes it
difficult to locate an erroneous usage of <<.  Place a
static_assert in the ctor (copied from print_helper.hpp) to check
at construction time, which will point back to the << site.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants