Merge remote-tracking branch 'nana_jh/develop' into tests
This commit is contained in:
commit
a0e6a36e37
@ -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;
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user