Use is_trivially_copy_constructible instead has_trivial_copy_constructor
When update to gcc 5.4, it complain there has no has_trivial_copy_constructor, please see here: http://www.chpc-tech.com/EN/NewDevelopments/2015/15.04.23.gcc5.1.html So use standard c++ 11 type traits.
Showing
Please register or sign in to comment