Searched refs:HasNoThrowConstructor (Results 1 – 1 of 1) sorted by relevance
112 struct HasNoThrowConstructor { HasNoThrowConstructor() throw(); }; struct1590 { int arr[T(__has_nothrow_constructor(HasNoThrowConstructor))]; } in has_nothrow_constructor()