Skip to content

CPP-692 - Fix C++98 compiler issues#428

Merged
mpenick merged 2 commits into2.10.0from
CPP-692
Oct 8, 2018
Merged

CPP-692 - Fix C++98 compiler issues#428
mpenick merged 2 commits into2.10.0from
CPP-692

Conversation

@mpenick
Copy link
Copy Markdown
Contributor

@mpenick mpenick commented Oct 8, 2018

No description provided.

Copy link
Copy Markdown
Contributor

@mikefero mikefero left a comment

Choose a reason for hiding this comment

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

LGTM!

#include "vector.hpp"

TEST(CopyOnWriteUnitTest, Simple) {
cass::Vector<int>* ptr = cass::Memory::allocate<cass::Vector<int>>();
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This has always bothered me that older compilers treat this as a failure.

@mpenick mpenick merged commit ffc9bbd into 2.10.0 Oct 8, 2018
@mpenick mpenick deleted the CPP-692 branch October 10, 2018 12:39
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.

2 participants