mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-13 14:39:47 +00:00
Change namespace in machinery to mchlib.
This commit is contained in:
parent
4e29200b47
commit
f5356e0c29
18 changed files with 50 additions and 48 deletions
|
@ -28,7 +28,7 @@
|
|||
#include <functional>
|
||||
#include <boost/iterator/transform_iterator.hpp>
|
||||
|
||||
namespace din {
|
||||
namespace mchlib {
|
||||
template <typename C, typename Str=std::basic_string<C>, typename StrRef=boost::basic_string_ref<C>>
|
||||
class StringPool {
|
||||
typedef std::pair<StrRef, const Str*> StringListPair;
|
||||
|
@ -63,7 +63,7 @@ namespace din {
|
|||
PoolType m_pool;
|
||||
StringListType m_strings;
|
||||
};
|
||||
} //namespace din
|
||||
} //namespace mchlib
|
||||
|
||||
#include "stringpool.inl"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue