You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hidehisaakiyama
changed the title
Replace the network byte order operations with Boost Endian.
Replace network byte order operations with Boost Endian.
Mar 18, 2022
hidehisaakiyama
changed the title
Replace network byte order operations with Boost Endian.
Replace network byte order operations with std::endian.
Mar 8, 2023
htons and htonl cause portability problems.
std::endian will resolve them.
Will be implemented after introducing C++20.
The text was updated successfully, but these errors were encountered: