mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2024-11-25 00:53:43 +00:00
King_DuckZ
929c5b8adf
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 |