Skip to content

Commit

Permalink
compressed_cache_detail now takes the format parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jk-jeon committed Mar 13, 2024
1 parent 5918e0f commit 2db346f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subproject/test/source/verify_compressed_cache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ int main() {

using namespace jkj::dragonbox::detail::log;
using namespace jkj::dragonbox::detail::wuint;
using info = jkj::dragonbox::detail::compressed_cache_detail<>;
using info = jkj::dragonbox::detail::compressed_cache_detail<jkj::dragonbox::ieee754_binary64>;
using impl = jkj::dragonbox::detail::impl<double>;

std::cout << "[Verifying cache recovery for compressed cache...]\n";
Expand Down

0 comments on commit 2db346f

Please sign in to comment.