Files
toml11/tests
ToruNiina cbaaaaca7c revert recursive find function
I found that in a user-code (I'm also one of the users of this library),
this new feature sometimes causes an error. Some of my code won't
compile because of this change. Since toml::table is convertible to
toml::value *implicitly*, if toml::find(table, key, tablename) was
called, the overload resolution becomes ambiguous with toml::find(
value, key1, key2). But dropping support for toml::find(toml::table,
key, tablename) is a breaking change. So I concluded that now is not
the right time yet.
2019-06-16 19:55:40 +09:00
..
2018-12-13 02:24:03 +09:00
2018-12-04 20:30:21 +09:00
2018-12-04 20:30:21 +09:00
2018-12-04 20:30:21 +09:00
2018-12-04 20:30:21 +09:00
2018-12-11 23:31:24 +09:00
2018-12-11 23:25:23 +09:00
2018-12-11 23:25:23 +09:00
2018-12-11 23:25:23 +09:00
2018-12-11 23:25:23 +09:00
2018-12-12 01:36:20 +09:00
2018-12-08 20:21:15 +09:00