-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add support for non-copyable types as expectation arguments #543
Comments
Known issues:
|
FWIW |
Good to know—that knocks one point off the list, at least! |
To avoid this problem, could we change our macro expansion code, and the associated |
That causes other compilation issues (I'd have to dig into the pre-OSS commit history to determine what, exactly, the problems were—maybe they're no longer relevant?) |
Thinking about it, I think it was that it forced evaluation of the RHS argument at capture time, defeating the purpose of a short-circuiting operator like |
This appears to be resolved in the latest toolchains. |
Add support for non-copyable types as expectation arguments, e.g.:
The text was updated successfully, but these errors were encountered: