toml11/toml
ToruNiina b36fdf2f54 refactor: remove internal fn not needed any more
The function was needed to copy region information from value to value,
for a useful error message. Because of the last few commits, the region
information about keys are passed to insert_nested_keys that requires
the function which is removed. And it turned out that the function is no
longer required. It is originally a workaround, so I removed it.
2019-02-27 01:07:00 +09:00
..
combinator.hpp fix: format char in an error message correctly 2019-02-19 02:46:48 +09:00
datetime.hpp remove one branch by preprocessor 2018-12-26 13:38:01 +09:00
exception.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
from_toml.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
get.hpp add default template arg to toml::find 2018-12-27 15:58:50 +09:00
lexer.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
parser.hpp feat: use key-region to represent table 2019-02-27 01:02:39 +09:00
region.hpp output filename of the second value2 if different 2018-12-17 18:07:57 +09:00
result.hpp move return_type_of_t from result to traits 2019-02-13 13:34:03 +09:00
serializer.hpp fix: reset stream width before printing 2019-02-16 23:55:19 +09:00
storage.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
string.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
to_toml.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
traits.hpp move return_type_of_t from result to traits 2019-02-13 13:34:03 +09:00
types.hpp Fix multiple definition error 2019-01-30 17:06:23 +01:00
utility.hpp style: add braces to if and remove additional else 2019-02-19 02:56:15 +09:00
value.hpp refactor: remove internal fn not needed any more 2019-02-27 01:07:00 +09:00