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

Modernize to cpp11 #139

Merged
merged 20 commits into from
Aug 11, 2023
Merged

Modernize to cpp11 #139

merged 20 commits into from
Aug 11, 2023

Conversation

leha-bot
Copy link
Contributor

@leha-bot leha-bot commented Jul 20, 2023

  • Drop pragma message in favour of #error;
  • Use noexcept instead of BOOST_NOEXCEPT;
  • Use <type_traits> instead of Boost.TypeTraits;
  • Use <array> instead of Boost.Array;
  • Use static_assert instead of Boost.StaticAssert;
  • Use constexpr instead of BOOST_CONSTEXPR;
  • Fix CI;
  • ...

Boost.Stacktrace 1.84 now requires C++11.
In favour of std:: and C++11 core counterparts.
@leha-bot leha-bot marked this pull request as ready for review July 20, 2023 19:48
include/boost/stacktrace/detail/frame_decl.hpp Outdated Show resolved Hide resolved
example/assert_handler.cpp Outdated Show resolved Hide resolved
@coveralls
Copy link

coveralls commented Jul 21, 2023

Coverage Status

coverage: 92.51% (+1.6%) from 90.927% when pulling fec3aa1 on leha-bot:modernize-to-cpp11 into c6e7712 on boostorg:develop.

@apolukhin apolukhin merged commit abba185 into boostorg:develop Aug 11, 2023
8 checks passed
@apolukhin
Copy link
Member

Many thanks for the PR!

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