jamesdbrock / hffix

Financial Information Exchange Protocol C++ Library
http://jamesdbrock.github.io/hffix
Other
276 stars 89 forks source link

Double-init? #33

Open jamesdbrock opened 4 years ago

jamesdbrock commented 4 years ago

It's likely that this template usage code

https://github.com/jamesdbrock/hffix/blob/786519d22acdd017660b8eefc91f226587d1fed6/test/src/reader01.cpp#L40

calls init twice now, which would be inefficient, as noted by @mvanslobbe in #32