NiHu
2.0
lib_tmp.cpp
1
#include "../tmp/interval.hpp"
2
3
namespace
tmp
4
{
5
7
template
<>
8
int
eval_interval<tmp::vector<> >(double)
9
{
10
throw
std::out_of_range(
"cannot determine interval value"
);
11
}
12
13
}
// end of namespace tmp
tmp
template metaprogramming functions
Definition:
asymptotic_types.hpp:101
src
library
lib_tmp.cpp
Generated on Wed Jan 29 2025 01:00:15 for NiHu by
1.8.18