niXman

Results 139 comments of niXman

also please change [this](https://github.com/niXman/yas/blob/master/include/yas/detail/io/text_streams.hpp#L101) and [this](https://github.com/niXman/yas/blob/master/include/yas/detail/io/json_streams.hpp#L111) lines to `void write(const T &v, __YAS_ENABLE_IF_IS_ANY_OF(T, std::uint16_t, std::uint32_t, std::uint64_t, long unsigned int)) {` i.e. just add the `long unsigned int` to the list...

also please change [this](https://github.com/niXman/yas/blob/master/include/yas/detail/io/json_streams.hpp#L216) and [this](https://github.com/niXman/yas/blob/master/include/yas/detail/io/text_streams.hpp#L204) lines to `void read(T &v, __YAS_ENABLE_IF_IS_ANY_OF(T, std::uint16_t, std::uint32_t, std::uint64_t, long unsigned int)) {`

please replace `long unsigend int` as `long unsigned int` =)

please add the `-save-temps` option to the `CMAKE_CXX_FLAGS` [here](https://github.com/niXman/yas/blob/master/tests/base/CMakeLists.txt#L9), run build and provide me `main.ii` file.

> There is no main.ii it should be in the cmake's build directory

I planned to make this commit myself, but I was stuck on refactoring to add new functionality...

hi, I think `std::is_same::value` will be `false`? please look at this restriction: https://github.com/niXman/yas/blob/master/include/yas/detail/io/json_streams.hpp#L112 so I think that is correct.

hi, I don't understand what the problem is... I just successfully built bzip3.exe with libwinpthread statically linked using MinGW-W64 compiler: https://github.com/niXman/mingw-builds-binaries/releases on attachment. VirusTotal report: https://www.virustotal.com/gui/file/21bd6bc1500df689d2c5c46bffb1eff9c1d0cd839cfdcc1bd3d3a3dd0d0e8cdc?nocache=1 [bzip3.zip](https://github.com/kspalaiologos/bzip3/files/9541391/bzip3.zip) (dont worry, just...

according to the https://github.com/kspalaiologos/bzip3/issues/51 and for not to double-quote `VERSION` in main.c, it can be defined in the cmdline: `x86_64-w64-mingw32-gcc -Iinclude -DPTHREAD -DVERSION="\"1.2.3\"" -O2 src/main.c src/libbz3.c -o bzip3 -static -s`

@zedd-0 @kspalaiologos is there any reason why this issue is still open?