Added missing assignment operator to the TensorUInt128 class, and made misc small improvements

This commit is contained in:
Benoit Steiner
2016-03-30 13:17:03 -07:00
parent 01b5333e44
commit 1b40abbf99
2 changed files with 13 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ void test_misc2() {
void test_cxx11_tensor_uint128()
{
#ifdef EIGEN_NO_INT128
// Skip the test on compilers that don't support 128bit integers natively
// Skip the test on compilers that don't support 128bit integers natively
return;
#else
CALL_SUBTEST_1(test_add());