commit | 8ffa3d6fabbce1b4b196b25b7e220013e95e597c | [log] [tgz] |
---|---|---|
author | Rui Ueyama <ruiu@google.com> | Fri May 27 02:47:38 2016 +0000 |
committer | Rui Ueyama <ruiu@google.com> | Fri May 27 02:47:38 2016 +0000 |
tree | 5546a36e98f67fd4b26eb01f89417227c2165136 | |
parent | 691c7bb303b1e8dc70382c0fdd4c680afb227e2c [diff] |
Remove use of is_trivially_constructible. type_traits header in libstdc++ 4.8 does not define is_trivially_contructible so the code doesn't compile with it. In this file we are using the trait for assertion to provide a better error message. Removing it doesn't change the meaning of the code. Differential Revision: http://reviews.llvm.org/D20719 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270957 91177308-0d34-0410-b5e6-96231b3b80d8