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

Replace std::aligned_storage #620

Open
root-kidik opened this issue Jun 5, 2024 · 0 comments
Open

Replace std::aligned_storage #620

root-kidik opened this issue Jun 5, 2024 · 0 comments

Comments

@root-kidik
Copy link
Contributor

root-kidik commented Jun 5, 2024

/userver/third_party/uboost_coro/include/uboost_coro/coroutine2/detail/pull_control_block_cc.hpp:33:19: warning: 'template<long unsigned int _Len, long unsigned int _Align> struct std::aligned_storage' is deprecated [-Wdeprecated-declarations]
   33 |     typename std::aligned_storage< sizeof( T), alignof( T) >::type  storage;
      |                   ^~~~~~~~~~~~~~~
In file included from /toolchain/usr/include/c++/14.1.0/bits/move.h:37,
                 from /toolchain/usr/include/c++/14.1.0/bits/atomic_base.h:39,
                 from /toolchain/usr/include/c++/14.1.0/atomic:50,
                 from /userver/core/src/engine/io/fd_control.hpp:4:
/toolchain/usr/include/c++/14.1.0/type_traits:2183:5: note: declared here
 2183 |     aligned_storage

P1413R3

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

No branches or pull requests

1 participant