2
0
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:
John Maddock
2012-04-09 08:40:12 +00:00
parent 9a67d46fe5
commit 316a12eccd

View File

@@ -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;
};