mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-02-20 15:14:26 +01:00
10 lines
154 B
C++
10 lines
154 B
C++
|
#pragma once
|
||
|
|
||
|
#include <brynet/base/CPP_VERSION.hpp>
|
||
|
|
||
|
#ifdef BRYNET_HAVE_LANG_CXX17
|
||
|
#define BRYNET_NOEXCEPT noexcept
|
||
|
#else
|
||
|
#define BRYNET_NOEXCEPT
|
||
|
#endif
|