Skip to content
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

Investigate why streaming into google test doesn't compile in some cases #665

Open
bpbond opened this issue Dec 2, 2022 · 0 comments
Open
Milestone

Comments

@bpbond
Copy link
Member

bpbond commented Dec 2, 2022

In test_dependency_finder.cpp we stream messages into tests, e.g.

  EXPECT_LT( bIt - ordering.begin(), aIt - ordering.begin() ) << "Ordering: " << ordering << endl;

and this doesn't compile with some compiler/googletest combinations — for example clang and googletest 1.12.1_1 (what I'm using currently) — while it does work with e.g. @pralitp 's gcc and 1.11.0-3.

See #664 (comment)

I commented out these streamed messages, so as to merge #664 and get to v3, but in 2023 let's revisit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant