소스 검색

avl_tree: compilation fix.

undefined
Sam Hocevar 11 년 전
부모
커밋
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;



불러오는 중...
취소
저장