Loading [MathJax]/extensions/tex2jax.js
OGS
CompilerWorkarounds.h
Go to the documentation of this file.
1
10#pragma once
11
12#if defined(__GNUC__) && __GNUC__ >= 13
13#define OGS_NO_DANGLING [[gnu::no_dangling]]
14#else
15#define OGS_NO_DANGLING
16#endif