update files

This commit is contained in:
mutouyun 2019-01-08 18:35:58 +08:00
parent 6c1c3afbc4
commit 148344b09b
6 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -84,7 +84,7 @@ struct pimpl {
}
constexpr void clear() {
clear_impl(static_cast<T*>(this));
clear_impl(static_cast<T*>(const_cast<pimpl*>(this)));
}
};

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.