ソースを参照

avl_tree: compilation fix.

undefined
Sam Hocevar 10年前
コミット
a334a8544f
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/lol/algorithm/avl_tree.h

+ 1
- 1
src/lol/algorithm/avl_tree.h ファイルの表示

@@ -85,7 +85,7 @@ public:
return false;
}

bool try_get_max(K const * & key, V * & value_ptr) const
bool try_get_max(K const * & key_ptr, V * & value_ptr) const
{
tree_node * max_node = nullptr;



読み込み中…
キャンセル
保存