Skip to content

Instantly share code, notes, and snippets.

@ifknot
Created February 22, 2014 19:47
guarded serliazor_policy
virtual ~serializor_policy() {
if (is_open()) {
do_close();
assert(is_closed());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment