2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-31 08:22:09 +00:00

Remove use of BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS

[SVN r85893]
This commit is contained in:
Stephen Kelly
2013-09-25 10:28:28 +00:00
parent 394b90801a
commit 8e8f2d37df

View File

@@ -151,11 +151,7 @@ namespace boost{ namespace math
{
initializer()
{
F(
#ifdef BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS
0
#endif
);
F();
}
void force_instantiate()const{}
};
@@ -177,11 +173,7 @@ namespace boost{ namespace math
{
initializer()
{
F(
#ifdef BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS
mpl::int_<N>() , 0
#endif
);
F();
}
void force_instantiate()const{}
};