mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
JSON
- Corrected misleading comment.
This commit is contained in:
parent
3c29e81995
commit
4c98328277
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ std::string json::encode (const std::string& input)
|
|||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// TODO Pointers might speed this up.
|
||||
// TODO Using a state machine would speed this up.
|
||||
std::string json::decode (const std::string& input)
|
||||
{
|
||||
std::string output;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue