开发者

What exception guarantees do gcc atomic builtins offer?

开发者 https://www.devze.com 2023-03-12 04:35 出处:网络
I cannot find documentation which states what exception guarantees (none, basic, strong, nothrow) the gcc atomic builti开发者_JS百科ns (e.g. __sync_synchronize()) offer. Can anyone provide details on

I cannot find documentation which states what exception guarantees (none, basic, strong, nothrow) the gcc atomic builti开发者_JS百科ns (e.g. __sync_synchronize()) offer. Can anyone provide details on this?


Since they are usable in C, which does not have exceptions, none of them will throw.

0

精彩评论

暂无评论...
验证码 换一张
取 消