remove log code case it cause bug while building
This commit is contained in:
parent
1018c83fc5
commit
869c6d8daa
@ -59,7 +59,6 @@ struct get_idx<Key, typename std::enable_if<std::is_signed<Key>::value>::type> {
|
|||||||
template <typename Key, typename Enable = void>
|
template <typename Key, typename Enable = void>
|
||||||
struct remove_idx {
|
struct remove_idx {
|
||||||
static char remove(std::vector<node*>& /* sequence */, const Key& /* key */) {
|
static char remove(std::vector<node*>& /* sequence */, const Key& /* key */) {
|
||||||
std::cout << __FILE__ << __LINE__ << std::endl;
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user