This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
avl_tree: compilation fix.
undefined
Sam Hocevar
10 years ago
parent
a9e67e2cc1
commit
a334a8544f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/lol/algorithm/avl_tree.h
+ 1
- 1
src/lol/algorithm/avl_tree.h
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save