Merge remote-tracking branch 'nana_jh/develop' into tests

This commit is contained in:
qPCR4vir 2016-06-26 00:28:17 +02:00
commit a0e6a36e37

View File

@ -23,8 +23,6 @@
#include <stdexcept> #include <stdexcept>
#include <algorithm> #include <algorithm>
#include <iostream> //debug travis
namespace nana namespace nana
{ {
@ -94,9 +92,7 @@ namespace detail
{ {
void operator()(basic_window* wd) const void operator()(basic_window* wd) const
{ {
std::cout << "delete basic_window " << wd <<" category="<<static_cast<int>(wd->other.category)<< std::endl;
delete wd; delete wd;
std::cout << " delete successfully" << std::endl;
} }
}; };