Lamp-Da 0.1
A compact lantern project
Loading...
Searching...
No Matches
compile.hpp
Go to the documentation of this file.
1
5#ifndef MODES_INCLUDE_COMPILE_HPP
6#define MODES_INCLUDE_COMPILE_HPP
7
8// always_inline macro
9#define LMBD_INLINE __attribute__((always_inline))
10
11// maybe_unused macro
12#define LMBD_USED [[maybe_unused]]
13
14#endif