breese / trial.protocol

Network wire protocols
11 stars 4 forks source link

fails to build with latest visual studio #59

Closed vinipsmaker closed 2 years ago

vinipsmaker commented 2 years ago

I had to disable JSON support in emilua (when built on windows) because build failures on trial.protocol. One build failure happened at https://github.com/breese/trial.protocol/blob/ba3e9898b625da90c40fe92c77575370f4e12d3b/include/trial/protocol/core/detail/bit.hpp#L76. I quickly found some code on StackOverflow to replace that function. However other build failures happened as soon as I fixed that one and so I just disabled the JSON module for now.