mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-14 04:57:21 +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
|