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

ci: Test C++17 mode in MSVC #263

Merged
merged 3 commits into from
May 6, 2019
Merged

ci: Test C++17 mode in MSVC #263

merged 3 commits into from
May 6, 2019

Conversation

chfast
Copy link
Member

@chfast chfast commented May 5, 2019

Fixes #261

This is GTest issue: google/googletest#1616

@chfast chfast force-pushed the msvc-cxx17 branch 4 times, most recently from 5688722 to 189eda5 Compare May 6, 2019 08:33
@chfast chfast requested review from axic and gumb0 May 6, 2019 09:15
@@ -15,7 +15,7 @@ TEST(instructions, homestead_hard_fork)

EXPECT_EQ(f[OP_DELEGATECALL].gas_cost, -1);
EXPECT_EQ(h[OP_DELEGATECALL].gas_cost, 40);
EXPECT_EQ(fn[OP_DELEGATECALL], nullptr);
EXPECT_TRUE(fn[OP_DELEGATECALL] == nullptr);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are these needed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Printing of nullptr does not compile in MSVC because of the GTest issue.

@chfast chfast merged commit 08d31ad into master May 6, 2019
@chfast chfast deleted the msvc-cxx17 branch May 6, 2019 11:01
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

Successfully merging this pull request may close these issues.

CI: Build in C++17 mode
2 participants