Use C++20. (#2322)

This commit is contained in:
Tejas Rao
2024-04-26 12:49:15 -07:00
committed by GitHub
parent 9288775351
commit 7fb8c76590
16 changed files with 29 additions and 16 deletions

View File

@@ -11,6 +11,7 @@ extern "C" {
#include <array>
#include <cctype>
#include <utility>
#include <boost/asio.hpp>
#include <boost/bind.hpp>