Searched refs:has_nothrow_assign (Results 1 – 3 of 3) sorted by relevance
3 #if __has_feature(has_nothrow_assign)4 int has_nothrow_assign();
3139 #if __has_feature(has_nothrow_assign) || (_GNUC_VER >= 403)3147 #if __has_feature(has_nothrow_assign) || (_GNUC_VER >= 403)3155 #if __has_feature(has_nothrow_assign) || (_GNUC_VER >= 403)3165 #if __has_feature(has_nothrow_assign) || (_GNUC_VER >= 403)
1459 void has_nothrow_assign() { in has_nothrow_assign() function