7#ifndef OCL_TPROC_CONFIG
8#define OCL_TPROC_CONFIG
10#include <boost/assert/source_location.hpp>
11#include <ocl/detail/config.hpp>
12#include <boost/core/detail/string_view.hpp>
20 inline void throw_invalid_range(
const auto sc = BOOST_CURRENT_LOCATION)
22 throw std::out_of_range(sc.to_string());
25 inline void throw_bad_alloc()
27 throw std::bad_alloc();
AMLALE: SourcePair desrves documentation by themselves.
Definition bfs.hpp:13