Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gtest: fix std::is_trivially_copy_constructible for gcc 4.8
error: ``` /fmt/test/gtest/gtest.h: In static member function 'static constexpr bool testing::internal::MatcherBase<T>::IsInlined()': /fmt/test/gtest/gtest.h:6512:12: error: 'is_trivially_copy_constructible' was not declared in this scope std::is_trivially_copy_constructible<M>::value && ^ /fmt/test/gtest/gtest.h:6512:45: error: expected primary-expression before '>' token std::is_trivially_copy_constructible<M>::value && ^ /fmt/test/gtest/gtest.h:6512:46: error: '::value' has not been declared std::is_trivially_copy_constructible<M>::value && ```
- Loading branch information