rcsoccersim / rcssserver

The RoboCup Soccer Simulator Server
GNU Lesser General Public License v3.0
137 stars 51 forks source link

Replace boost::any with std::any or std::variant. #116

Open hidehisaakiyama opened 1 year ago

hidehisaakiyama commented 1 year ago

boost::any should be replaced with std::any or std::variant.