Skip to content

CXX03 workaround removal. #556

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
wants to merge 1 commit into from
Closed

CXX03 workaround removal. #556

wants to merge 1 commit into from

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants