Instance all the valid zlib error classes
This commit is contained in:
parent
2ebd4b417e
commit
530695c17b
6
zlib.cpp
6
zlib.cpp
@ -75,3 +75,9 @@ util::zlib::error::throw_code (int code) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
template class util::zlib::code_error<Z_STREAM_ERROR>;
|
||||
template class util::zlib::code_error<Z_DATA_ERROR>;
|
||||
template class util::zlib::code_error<Z_MEM_ERROR>;
|
||||
template class util::zlib::code_error<Z_BUF_ERROR>;
|
||||
template class util::zlib::code_error<Z_VERSION_ERROR>;
|
||||
|
Loading…
Reference in New Issue
Block a user