ThePhD / sol2

Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
http://sol2.rtfd.io/
MIT License
4.16k stars 504 forks source link

std::byte issues #1379

Open snekROmonoro opened 2 years ago

snekROmonoro commented 2 years ago

Shortly, when including Crypto++, there are some issues with std::byte (first google searches: 1 2)

i myself just replaced every reference to std::byte with unsigned char idk if this issue really needed to be told, just thought i'd do it :)