type_traitsDlaczego wzięto z wdrożenia GCC, dlaczego jest static_casttutaj potrzebny? template <typename _Tp, typename... _Args> struct __is_nt_constructible_impl : public integral_constant<bool, noexcept(_Tp(declval<_Args>()...))> {}; template <typename _Tp, typename...
11
Dlaczego static_cast jest potrzebny w implementacji gcc programu is_nothrow_constructible?