jk-jeon / dragonbox

Reference implementation of Dragonbox in C++
Apache License 2.0
607 stars 40 forks source link

The way to pass policy parameters is too awkward #2

Closed jk-jeon closed 4 years ago

jk-jeon commented 4 years ago

Some are passed as template arguments while some are passed as function arguments. Some are bool, some are enum, some are tag types. These should be somehow cleaned up.

jk-jeon commented 4 years ago

Done.