mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Removed debug outputs.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user