You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emitter: produce string with trailing '.0' for floating point value with only integral part
For example the number 1.0 will be converted to "1.0" instead of "1".
This allows to keep the correct type information when parsing back the YAML.
This patch is equivalent of jbeder#1377 but for the 0.8.0 version of yaml-cpp.
0 commit comments