
4 Sep
2011
4 Sep
'11
10:33 p.m.
Christopher Kormanyos wrote
No, just normal stuff such as instances of boost::multiprecision::mp_float constructed and copied from other PODs like a regular float, double or long double.
Dave Abrahams wrote
This has little to do with POD-ness, FWIW. You should find some other way to describe it (e.g. "they behave like the built-in numeric types").
Your suggestion is valuable, and I will adhere to it. boost::multiprecision::mp_float will behave like a built-in numeric type. Thank you. Sincerely, Chris.