#pragma once #include #ifdef BRYNET_HAVE_LANG_CXX17 #define BRYNET_NOEXCEPT noexcept #else #define BRYNET_NOEXCEPT #endif