fantasy-peak / yaml_cpp_struct

It's easy to mapping yaml to cpp's struct
MIT License
25 stars 5 forks source link

Compatible with c++11 #1

Closed neomissing closed 1 year ago

neomissing commented 1 year ago

Could you consider compatibility with c++11? c++17 has high requirements on the compiler.

fantasy-peak commented 1 year ago

Could you consider compatibility with c++11? c++17 has high requirements on the compiler.

currently supports enum using the magic_enum library,magin_enum only cpp17,i will Consider adding a cpp11 support,std::optional will be replaced with tl::optional

fantasy-peak commented 1 year ago

Could you consider compatibility with c++11? c++17 has high requirements on the compiler.

currently supports enum using the magic_enum library,magin_enum only cpp17,i will Consider adding a cpp11 support,std::optional will be replaced with tl::optional

Add a cpp11 branch now @neomissing