Loading...
Searching...
No Matches
Go to the documentation of this file.
5#ifndef DUNE_COMMON_FORCEINLINE_HH
6#define DUNE_COMMON_FORCEINLINE_HH
37 #define DUNE_FORCE_INLINE __attribute__((always_inline)) inline
39#elif defined(__GNUC__)
41 #define DUNE_FORCE_INLINE __attribute__((always_inline)) inline
43#elif defined(_MSC_VER)
47 #pragma warning(error: 4714)
48 #define DUNE_FORCE_INLINE [[msvc::forceinline]]
52 #define DUNE_FORCE_INLINE inline