kazuhiro-nishimura

Results 2 issues of kazuhiro-nishimura

I wish it would support project configurations other than Debug and Release with the NuGet package. It would be better if it does not look the configuration name but the...

I found MSVC warning settings set in `config_begin.hpp` are not actually restored in `config_end.hpp`. Manually adding `#pragma warning(push)` and `#pragma warning(pop)` in `` resolved my problem. It is possible that...