6 Oct
2017
6 Oct
'17
4:19 a.m.
Hello, is there a reason why there are only integral types in the boost MPL, no double or alike? http://www.boost.org/doc/libs/1_65_1/libs/mpl/doc/refmanual/numeric.html What is the best way to achieve: template<> struct getArg<Multiquadrics> : boost::mpl::double_<1e-3> {}; so that it is compatible with mpl::list? besides just writing the struct myself :-) Thanks, Florian
2596
Age (days ago)
2596
Last active (days ago)
0 comments
1 participants
participants (1)
-
Florian Lindner