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

Fix msvc warning.

This commit is contained in:
jzmaddock
2015-11-27 18:52:54 +00:00
parent 477ab19672
commit 56f74cbfe9

View File

@@ -435,7 +435,7 @@ T ibeta_power_terms(T a,
bool normalised,
const Policy& pol,
T prefix = 1,
const char* function = "boost::math::ibeta<%1%>(%1%, %1%, %1%)")
const char* = "boost::math::ibeta<%1%>(%1%, %1%, %1%)")
{
BOOST_MATH_STD_USING