serialize: use a temporary for SerializeException Exception must always use temporary...
authorLoïc Blot <loic.blot@unix-experience.fr>
Mon, 21 Aug 2017 14:07:39 +0000 (16:07 +0200)
committerSmallJoker <mk939@ymail.com>
Sun, 3 Jun 2018 15:31:59 +0000 (17:31 +0200)
commitd9c7af109ada1e45074d4615b50b8aab2886c2e3
treea609907446839ae34a68e2112f94a3fef5f525c1
parent12562be393215487280b597b53157c94901e750d
serialize: use a temporary for SerializeException Exception must always use temporary instead of global copied exception instances, it's not recommended and should have undefined issues
src/util/serialize.cpp
src/util/serialize.h