-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show default value for arg in help message #92
Show default value for arg in help message #92
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add some tests to validate this repr function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests look good. Build seems to fail on Mac?
Yes, you see, similar build error happened earlier. Looks to me like the compiler sometimes renders trait |
Sorry for spamming with commits and builds. The problematic piece was decltype(std::declval<std::ostream&>() << std::declval<T>()) for trait Thank you for quick review and merge! |
Thanks for the PR! |
No description provided.