mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Update to match latest multiprecision code in sandbox.
[SVN r77847]
This commit is contained in:
@@ -22,13 +22,13 @@ struct table_type<boost::math::concepts::real_concept>
|
||||
|
||||
namespace boost{ namespace multiprecision{
|
||||
|
||||
template <class Backend>
|
||||
template <class Backend, bool ExpressionTemplates>
|
||||
class mp_number;
|
||||
|
||||
}}
|
||||
|
||||
template <class Backend>
|
||||
struct table_type<boost::multiprecision::mp_number<Backend> >
|
||||
template <class Backend, bool ExpressionTemplates>
|
||||
struct table_type<boost::multiprecision::mp_number<Backend, ExpressionTemplates> >
|
||||
{
|
||||
typedef const char* type;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user