marzer / tomlplusplus

Header-only TOML config file parser and serializer for C++17.
https://marzer.github.io/tomlplusplus/
MIT License
1.47k stars 141 forks source link

do not use inline_recursion if using clang #192

Closed UnixY2K closed 1 year ago

UnixY2K commented 1 year ago

What does this change do? checks if using clang under header_start.h and header_end.h

Is it related to an exisiting bug report or feature request? Fixes #191

Pre-merge checklist

marzer commented 1 year ago

Thanks!