Pull prime_fmod_size into its own dedicated header, update #include list for fca.hpp and prime_fmod_test.hpp

This commit is contained in:
Christian Mazakas
2022-06-30 09:46:37 -07:00
parent 45542e26cb
commit 3df902af23
3 changed files with 265 additions and 233 deletions

View File

@@ -2,7 +2,7 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/unordered/detail/fca.hpp>
#include <boost/unordered/detail/prime_fmod.hpp>
#include <boost/core/detail/splitmix64.hpp>
#include <boost/core/lightweight_test.hpp>