rcsoccersim / rcssserver

The RoboCup Soccer Simulator Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace network byte order operations with std::endian.

hidehisaakiyama opened this issue · comments

htons and htonl cause portability problems.
std::endian will resolve them.
Will be implemented after introducing C++20.