NaturalUserZ

Results 2 comments of NaturalUserZ

> #include "toml.hpp" #include "tsl/ordered_map.h" #include int main() { using value_type = toml::basic_value; value_type v; v["hoge"] = "piyo"; v["baz"] = "qux"; v["bar"] = 3.14; v["foo"] = 42; //hello, with the...