原始内容
高亮显示
复制内容
// { dg-do "run" } // { dg-options "-std=c++0x" } #include <cassert> struct S { S (const S&) throw (); S (S&&) throw (int); }; int main () { assert (__has_nothrow_copy (S)); }
您还没有登录,登录后您可以:
首次使用?从这里 注册