mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* use standard CMAKE_BUILD_TYPE
* remove debug_xxx targets * runtest.sh: don't run make
This commit is contained in:
@@ -50,7 +50,7 @@ void syntax()
|
||||
// this works fine
|
||||
Matrix< Complex<T>, 9, 1> a;
|
||||
std::complex<T> * pa = &a[0];
|
||||
Complex<T> * pa2 = &a[0];
|
||||
//Complex<T> * pa2 = &a[0];
|
||||
take_std( pa,9);
|
||||
|
||||
// this does not work, but I wish it would
|
||||
|
||||
Reference in New Issue
Block a user