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