Gael Guennebaud
|
36da231a41
|
Disable an expected warning in unit test
|
2019-10-08 16:28:14 +02:00 |
|
Gael Guennebaud
|
723856dec1
|
bug #1577: fix msvc compilation of unit test, msvc defines ptrdiff_t as long long
|
2018-07-30 14:52:15 +02:00 |
|
Gael Guennebaud
|
2424e3b7ac
|
Pass by const ref.
|
2018-07-19 18:48:19 +02:00 |
|
Gael Guennebaud
|
863580fe88
|
bug #1432: fix conservativeResize for non-relocatable scalar types. For those we need to by-pass realloc routines and fall-back to allocate as new - copy - delete. The remaining problem is that we don't have any mechanism to accurately determine whether a type is relocatable or not, so currently let's be super conservative using either RequireInitialization or std::is_trivially_copyable
|
2018-07-18 23:33:07 +02:00 |
|
Gael Guennebaud
|
053ed97c72
|
Generalize ScalarWithExceptions to a full non-copyable and trowing scalar type to be used in other unit tests.
|
2018-07-18 23:27:37 +02:00 |
|