Stephen Berry

Results 391 comments of Stephen Berry

Cool, I sent you an invite. I find it easier to make pull requests and work from within a repository. No pressure to contribute, but any help is appreciated. The...

I think to support C++11 you would need macros around the old expressions. Do you want this?

This issue was reported for version `6.1.3`, perhaps someone fixed it. Are you making sure to build with C++17 or later?

Thanks for reporting this, I just discovered this a couple days ago as well. MSVC GitHub actions were broken for a while due to a compiler regression bug, but now...

I was able to distill the problem down and submitted an [MSVC bug report](https://developercommunity.visualstudio.com/t/Member-pointer-from-base-class-usage-bro/10887486). Hopefully it will be fixed soon, as it is needed for the configurable option handling in...

Glaze is designed to support various formats, so adding TOML wouldn't be too difficult. I currently don't have a use for TOML, and therefore haven't given it attention. But, if...

Closing because initial support has been added and users can submit specific pull requests to expand the TOML support.

Yeah, this is due to MSVC compiler bugs, and made worse by the fact that I cannot run unit tests in the GitHub actions anymore because they introduced new bugs...