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:
@@ -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{}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user