mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-17 20:03:17 +08:00
Removed debug outputs.
This commit is contained in:
parent
b038a4bb71
commit
2f0e8904f1
@ -104,7 +104,6 @@ namespace std {
|
|||||||
{ resize(new_size, T()); }
|
{ resize(new_size, T()); }
|
||||||
|
|
||||||
#if defined(_DEQUE_)
|
#if defined(_DEQUE_)
|
||||||
#pragma message("old method")
|
|
||||||
// workaround MSVC std::deque implementation
|
// workaround MSVC std::deque implementation
|
||||||
void resize(size_type new_size, const value_type& x)
|
void resize(size_type new_size, const value_type& x)
|
||||||
{
|
{
|
||||||
|
@ -104,7 +104,6 @@ namespace std {
|
|||||||
{ resize(new_size, T()); }
|
{ resize(new_size, T()); }
|
||||||
|
|
||||||
#if defined(_VECTOR_)
|
#if defined(_VECTOR_)
|
||||||
#pragma message("old method")
|
|
||||||
// workaround MSVC std::vector implementation
|
// workaround MSVC std::vector implementation
|
||||||
void resize(size_type new_size, const value_type& x)
|
void resize(size_type new_size, const value_type& x)
|
||||||
{
|
{
|
||||||
|
@ -19,7 +19,6 @@ endif(GSL_FOUND)
|
|||||||
|
|
||||||
option(EIGEN_TEST_NOQT "Disable Qt support in unit tests" OFF)
|
option(EIGEN_TEST_NOQT "Disable Qt support in unit tests" OFF)
|
||||||
if(NOT EIGEN_TEST_NOQT)
|
if(NOT EIGEN_TEST_NOQT)
|
||||||
message("----------------> find qt")
|
|
||||||
find_package(Qt4)
|
find_package(Qt4)
|
||||||
endif(NOT EIGEN_TEST_NOQT)
|
endif(NOT EIGEN_TEST_NOQT)
|
||||||
if(EIGEN_TEST_NOQT AND QT4_FOUND)
|
if(EIGEN_TEST_NOQT AND QT4_FOUND)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user