Skip to content

Conversation

NAThompson
Copy link
Collaborator

No description provided.

@NAThompson
Copy link
Collaborator Author

FYI I can't seem to get boost.build to default to C++11, which might cause some pain with this transition.

for(unsigned i = 0; i < m_used; ++i)
this->destroy(&m_data[i]);
this->deallocate(m_data, m_capacity);
#else
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think you've deleted the wrong branch here?

This will break C++17 as well I believe.

@jzmaddock
Copy link
Collaborator

Looks good apart from the one comment.

@NAThompson
Copy link
Collaborator Author

I'm gonna leave this one until next release; clearly there are opportunities for silly mistakes.

@mborland
Copy link
Member

Some of these have been hit already, and the rest will be in #956

@mborland mborland closed this Feb 21, 2023
@NAThompson NAThompson deleted the byebyecxx03 branch February 21, 2023 17:35
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.

3 participants