Re: [C++-sig] formatting str of exposed type

2015-09-18 Thread Stefan Seefeld
On 09/17/2015 05:41 PM, Daniel Brake wrote: > > Hi Boost Python, > > I would like a C++ class which I am exposing through > Boost.Python (initially,the boost::multiprecision::mpfr_float, with > expression templates turned off -- eventually a whole pile of types > depending on mpfr_float) to be ab

Re: [C++-sig] formatting str of exposed type

2015-09-18 Thread Nat Goodspeed
On Thu, Sep 17, 2015 at 5:41 PM, Daniel Brake wrote: > I would like a C++ class which I am exposing through Boost.Python > (initially,the boost::multiprecision::mpfr_float, with expression templates > turned off -- eventually a whole pile of types depending on mpfr_float) to > be able to respon

[C++-sig] formatting str of exposed type

2015-09-18 Thread Daniel Brake
Hi Boost Python, I would like a C++ class which I am exposing through Boost.Python (initially,the boost::multiprecision::mpfr_float, with expression templates turned off -- eventually a whole pile of types depending on mpfr_float) to be able to respond to the %precision n command, for example, f