Removed debug outputs.

This commit is contained in:
Hauke Heibel 2010-07-28 10:47:58 +02:00
parent b038a4bb71
commit 2f0e8904f1
3 changed files with 0 additions and 3 deletions

View File

@ -104,7 +104,6 @@ namespace std {
{ resize(new_size, T()); }
#if defined(_DEQUE_)
#pragma message("old method")
// workaround MSVC std::deque implementation
void resize(size_type new_size, const value_type& x)
{

View File

@ -104,7 +104,6 @@ namespace std {
{ resize(new_size, T()); }
#if defined(_VECTOR_)
#pragma message("old method")
// workaround MSVC std::vector implementation
void resize(size_type new_size, const value_type& x)
{

View File

@ -19,7 +19,6 @@ endif(GSL_FOUND)
option(EIGEN_TEST_NOQT "Disable Qt support in unit tests" OFF)
if(NOT EIGEN_TEST_NOQT)
message("----------------> find qt")
find_package(Qt4)
endif(NOT EIGEN_TEST_NOQT)
if(EIGEN_TEST_NOQT AND QT4_FOUND)