mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
added a couple minor comments
This commit is contained in:
parent
cc06bc334a
commit
f88a5a0e6b
1 changed files with 2 additions and 1 deletions
|
@ -299,6 +299,7 @@ inline std::ostream& operator<<(std::ostream& os, const jansson::Value& value);
|
|||
// read JSON value
|
||||
inline std::istream& operator>>(std::istream& is, jansson::Value& value);
|
||||
|
||||
// include implementation code
|
||||
#include "janssonxx.tcc"
|
||||
|
||||
#endif
|
||||
#endif // defined(JANSSONXX_H)
|
||||
|
|
Loading…
Add table
Reference in a new issue