jk-jeon / dragonbox

Reference implementation of Dragonbox in C++
Apache License 2.0
588 stars 37 forks source link

Change the way policy parameters are categorized #60

Closed jk-jeon closed 5 months ago

jk-jeon commented 5 months ago

Currently a policy parameter belongs to a policy kind if its type is deriving from the specified base type. At this point it seems checking for the existence of a specific member type sounds like a better idea in general.