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

Reimplement (C++23) deprecated std::aligned_storage #2680

Merged

Conversation

ecatmur
Copy link
Contributor

@ecatmur ecatmur commented May 10, 2023

cf. #2535

@klemens-morgenstern
Copy link
Collaborator

Why not just use boost::aligned_storage ?

* Update decorator.hpp

* Update type_traits.hpp
@codecov
Copy link

codecov bot commented May 12, 2023

Codecov Report

Merging #2680 (90e1cc2) into develop (b0996f0) will increase coverage by 0.00%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #2680   +/-   ##
========================================
  Coverage    92.96%   92.97%           
========================================
  Files          177      177           
  Lines        13651    13658    +7     
========================================
+ Hits         12691    12698    +7     
  Misses         960      960           
Impacted Files Coverage Δ
include/boost/beast/core/detail/type_traits.hpp 100.00% <ø> (ø)
include/boost/beast/websocket/detail/decorator.hpp 91.46% <ø> (ø)

... and 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b0996f0...90e1cc2. Read the comment docs.

@klemens-morgenstern klemens-morgenstern merged commit a23e24f into boostorg:develop May 15, 2023
31 of 39 checks passed
@ecatmur ecatmur deleted the deprecated-aligned-storage branch May 15, 2023 01:15
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.

None yet

2 participants