skystrife / cpptoml

cpptoml is a header-only library for parsing TOML
MIT License
587 stars 133 forks source link

behaviour of get_array_of<T>.value_or(5) #109

Open rejuce opened 5 years ago

rejuce commented 5 years ago

i was surprise of the behaviour when calling value_or(x) on the option returned by get array of method. added to the explaination that a 0 vector of lengh supplied to value or is initialised