mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Bazaar: Fix Tree to compile on clang (thanks wimpie).
git-svn-id: svn://ultimatepp.org/upp/trunk@15198 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4106a391af
commit
811bc52b27
1 changed files with 2 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <Core/Core.h>
|
||||
|
||||
NAMESPACE_UPP
|
||||
namespace Upp {
|
||||
|
||||
template <class T>
|
||||
class Tree
|
||||
|
|
@ -109,9 +109,6 @@ public:
|
|||
, B(v, 0)
|
||||
{ Relink(); }
|
||||
|
||||
using B::ConstIterator;
|
||||
using B::Iterator;
|
||||
|
||||
// using B::ValueType;
|
||||
// using B::Begin;
|
||||
// using B::End;
|
||||
|
|
@ -453,6 +450,6 @@ inline void Xmlize(XmlIO& xml, MapNodeB<K, BB>& a)
|
|||
xml("leaf", (BB&)a); Xmlize(xml, (TreeMap<K, MapNodeB<K,BB> >&)a);
|
||||
}
|
||||
|
||||
END_UPP_NAMESPACE
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue