debug travis

This commit is contained in:
Jinhao
2016-06-24 12:30:33 +08:00
parent dbd08c2aa7
commit 5294b4662d
2 changed files with 3 additions and 41 deletions

View File

@@ -94,8 +94,9 @@ namespace detail
{
void operator()(basic_window* wd) const
{
std::cout << "delete basic_window " << wd << std::endl;
std::cout << "delete basic_window " << wd <<" category="<<static_cast<int>(wd->other.category)<< std::endl;
delete wd;
std::cout << " delete successfully" << std::endl;
}
};