mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-02-19 12:04:54 +00:00
The pool was storing strings and references to it. References became invalid as strings got moved around, as a consequence of push_back() in the owner container. I'm storing references in a custom StrRange struct now, and string refs are built on the fly when one is needed. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
test_diriterator.cpp | ||
test_glob2regex.cpp | ||
test_guess_content_type.cpp | ||
test_lexical_cast.cpp | ||
test_pathname.cpp | ||
test_tiger_string_conv.cpp |