mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -04:00
Remove default template for to/from_JSON
This way the compiler will complain if a type is added directly to RsTypeSerializer without specify all needed serial operations
This commit is contained in:
parent
13d4a2c916
commit
ba6f2d7e81
10 changed files with 126 additions and 144 deletions
|
@ -76,4 +76,4 @@ std::ostream &operator<<(std::ostream &out, const FileInfo &info)
|
|||
return out;
|
||||
}
|
||||
|
||||
|
||||
RS_REGISTER_SERIALIZABLE_TYPE_DEF(CompressedChunkMap)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue