mlpack
Classes
boost_backport_string_view.hpp File Reference
#include <boost/version.hpp>
#include <boost/functional/hash.hpp>
#include "mlpack/core/boost_backport/string_view.hpp"
Include dependency graph for boost_backport_string_view.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  boost::hash< boost::string_view >
 

Detailed Description

Author
Jeffin Sam

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.