Remove only boost backported serialization

Signed-off-by: Omar Shrit <omar@shrit.me>
This commit is contained in:
Omar Shrit
2020-06-30 19:11:44 +02:00
parent 602204bc54
commit 4eeeafd53f
2 changed files with 0 additions and 7 deletions
@@ -2,19 +2,13 @@
# Anything not in this list will not be compiled into mlpack.
set(SOURCES
bernoulli.hpp
boost_backport_serialization.hpp
detail/bernoulli_details.hpp
detail/polygamma.hpp
detail/unchecked_bernoulli.hpp
math_fwd.hpp
policy.hpp
unordered_collections_load_imp.hpp
unordered_collections_save_imp.hpp
vector.hpp
string_view.hpp
string_view_fwd.hpp
collections_load_imp.hpp
collections_save_imp.hpp
boost_backport_string_view.hpp
)
-1
View File
@@ -1,7 +1,6 @@
The files in this directory are taken from Boost 1.56.0 and Boost 1.61.0 in
order to backport:
* Serialization support for unordered_map (added in Boost 1.56).
* Trigamma and polygamma function calculation for the gamma_distribution.hpp
file (added in Boost 1.58.0, files taken from Boost 1.61.0)