Talk:cpp/types/is trivial
From cppreference.com
This page could be improved. As someone who has a few years of C++ experience, the behavior of is_trivial is still does not make sense to me from reading this page.
- Page is not beyond improvement, noted. If you have anything specific in mind, please do share --Ybab321 (talk) 13:02, 19 June 2022 (PDT)
I have removed the "Possible Implementation" because it is not correct. A trivial class is not necessarily trivially default constructible, because, for instance, the default constructor might be private. Eric119 (talk) 22:48, 2 November 2022 (PDT)