rcpp_framework/libs/brynet/base/Noexcept.hpp
2020-11-24 15:41:18 +01:00

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