gpt4 book ai didi

c++ - 为什么 std::allocator::deallocate 不是 noexcept?

转载 作者:太空狗 更新时间:2023-10-29 20:50:49 24 4
gpt4 key购买 nike

C++ 规范 (ISO/IEC 14882:2011 + ISO/IEC 14882:2014) 在 Table 28 中定义— 释放分配器要求:

All n T objects in the area pointed to by p shall be destroyed prior to this call. n shall match the value passed to allocate to obtain this memory. Does not throw exceptions.

但为什么 deallocate 仍然不是 noexcept?

最佳答案

它是一个狭义契约(例如,如果您向它传递一个未由 allocate 返回的指针,则会导致未定义的行为),因此根据标准库的通常策略,它没有标记为 noexcept。

关于c++ - 为什么 std::allocator::deallocate 不是 noexcept?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52978545/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com