Cereal 1.3.0 compile error "declaration with an exception-specification..."
12 views
Skip to first unread message
Paul Roberts
unread,
Jul 28, 2020, 5:01:36 PM7/28/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cereal serialization library
Hello all,
Seems to be something simple here. I am using Cereal 1.3.0 to attempt a simple JSONInputArchive test program.
When I compile, I get the following error:
Inc/cereal/archives/json.hpp:447:7: error: function 'virtual cereal::JSONInputArchive::~JSONInputArchive()' defaulted on its first declaration with an exception-specification that differs from the implicit declaration 'cereal::JSONInputArchive::~JSONInputArchive()'