
16 Jan
2025
16 Jan
'25
12:41 a.m.
On Wednesday, January 15th, 2025 at 7:15 PM, Andrey Semashev via Boost
On 1/15/25 12:33, John Maddock via Boost wrote:
The review of the proposed Decimal Number library by Matt Borland and Chris Kormanyos begins today and runs until 22nd Jan.
A quick question. Why are the UDLs not in a dedicated nested namespace, e.g. boost::decimal::literals? This is a very useful convention established by the standard library that allows to not import the entire library namespace into the user's scope but only enable the literals.
There's compelling reason. I can change it to match the STL since that is established practice. Matt