LSH-Core
Deterministic firmware core for Controllino-based Labo Smart Home nodes
 
Loading...
Searching...
No Matches
etl_minmax_push.hpp
Go to the documentation of this file.
1
22#ifdef LSH_CORE_ETL_MINMAX_PUSHED
23#error "etl_minmax_push.hpp included twice without matching etl_minmax_pop.hpp"
24#endif
25
26#define LSH_CORE_ETL_MINMAX_PUSHED
27
28#pragma push_macro("min")
29#pragma push_macro("max")
30
31#ifdef min
32#undef min
33#endif
34
35#ifdef max
36#undef max
37#endif