The default constructor for shared_ptr and shared_ptr::__enable_weak_this are both noexcept so, shared_ptr::__create_with_control_block can also be marked noexcept.
Details
Details
- Reviewers
- ldionne 
- Group Reviewers
- Restricted Project 
- Commits
- rG21d4050e2c99: Mark shared_ptr::__create_with_control_block as noexcept.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo