Skip to content

1.1.1

Compare
Choose a tag to compare
@tinfoilboy tinfoilboy released this 19 Aug 23:32
· 27 commits to master since this release

I removed std::string_view and moved back down to C++11 for this release as I realized that C++17 as it is still fairly new. I don't wish to lock people out of using this library if their compiler doesn't support it.

I also had to change the CTML::ToStringOptions struct to use a constructor rather than allowing the use of an initializer list, as it seemed to lead to errors.