add todo marker
This commit is contained in:
parent
6d3a4b5f6c
commit
8490e297a9
@ -146,6 +146,7 @@ inline std::size_t URIDecode(const std::string &input, std::string &output)
|
||||
|
||||
inline std::size_t URIDecodeInPlace(std::string &URI) { return URIDecode(URI, URI); }
|
||||
|
||||
// TODO: remove after switch to libosmium
|
||||
inline bool StringStartsWith(const std::string &input, const std::string &prefix)
|
||||
{
|
||||
return boost::starts_with(input, prefix);
|
||||
|
Loading…
Reference in New Issue
Block a user