mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 10:35:22 -04:00
commit
a802e494f8
15 changed files with 453 additions and 102 deletions
|
@ -39,7 +39,7 @@ typedef rapidjson::Document RsJson;
|
|||
* @param[in] jDoc JSON document to print
|
||||
* @return same output stream passed as out parameter
|
||||
*/
|
||||
std::ostream &operator<<(std::ostream &out, const RsJson &jDoc);
|
||||
std::ostream& operator<<(std::ostream &out, const RsJson &jDoc);
|
||||
|
||||
/**
|
||||
* Stream manipulator to print RsJson in compact format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue