clang compile

This commit is contained in:
Aleksandar Fabijanic
2013-05-27 21:05:12 -05:00
parent 38131d452d
commit aa6e993734
3 changed files with 6 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ public:
typedef typename Struct<K>::Data::value_type ValueType;
typedef typename Struct<K>::Data::size_type SizeType;
typedef typename std::pair<typename Struct<K>::Iterator, bool> InsRetVal;
typedef typename SharedPtr<Struct<K> > Ptr;
typedef typename SharedPtr<typename Struct<K> > Ptr;
Struct(): _data()
/// Creates an empty Struct