Changeset 33973 in webkit for trunk/JavaScriptCore/wtf/AVLTree.h
- Timestamp:
- May 21, 2008, 12:16:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/AVLTree.h
r33967 r33973 685 685 template <class Abstractor, unsigned maxDepth, class BSet> 686 686 inline typename AVLTree<Abstractor, maxDepth, BSet>::handle 687 AVLTree<Abstractor, maxDepth, BSet>::search(key k, AVLTree<Abstractor, maxDepth, BSet>::SearchType st)687 AVLTree<Abstractor, maxDepth, BSet>::search(key k, typename AVLTree<Abstractor, maxDepth, BSet>::SearchType st) 688 688 { 689 689 const int MASK_HIGH_BIT = (int) ~ ((~ (unsigned) 0) >> 1);
Note:
See TracChangeset
for help on using the changeset viewer.