diff options
Diffstat (limited to 'raul/Table.hpp')
-rw-r--r-- | raul/Table.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/raul/Table.hpp b/raul/Table.hpp index 431f75d..55b42f8 100644 --- a/raul/Table.hpp +++ b/raul/Table.hpp @@ -30,7 +30,6 @@ namespace Raul { - /** Slow insertion, fast lookup, cache optimized, super fast sorted iteration. * * This has the advantage over std::map that iterating over the collection @@ -120,7 +119,6 @@ private: std::vector<Entry> _entries; }; - } // namespace Raul #endif // RAUL_TABLE_HPP |