Searched refs:has_nothrow_assign (Results 1 – 4 of 4) sorted by relevance
3 #if __has_feature(has_nothrow_assign)4 int has_nothrow_assign();
545 struct has_nothrow_assign :
2835 #if __has_feature(has_nothrow_assign) || (__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)2843 #if __has_feature(has_nothrow_assign) || (__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)2851 #if __has_feature(has_nothrow_assign) || (__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)2861 #if __has_feature(has_nothrow_assign) || (__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)
1432 void has_nothrow_assign() { in has_nothrow_assign() function