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

Avoid using max_digits10 in test to allow as old versions as possible to run

This commit is contained in:
pabristow
2018-10-08 15:10:38 +01:00
parent 3d5af4b493
commit 8a45f15c2d

View File

@@ -6,8 +6,8 @@
#include <boost/math/special_functions/lambert_w.hpp> // For lambert_w0 and wm1 functions.
//#include <iostream>
//#include <iomanip>
#include <iostream>
#include <iomanip>
int main()
{