mlpack
|
#include <boost/version.hpp>
#include <boost/functional/hash.hpp>
#include "mlpack/core/boost_backport/string_view.hpp"
Go to the source code of this file.
Classes | |
struct | boost::hash< boost::string_view > |
Centralized control of what boost files to include. We have backported the following boost functionality here:
If the detected boost version is greater or equal to 1.61.0, we include the normal serialization functions (not the backported ones). For all older versions we include the backported headers.