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