Home
last modified time | relevance | path

Searched refs:STDEXEC_PRAGMA_IGNORE_MSVC (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__config.hpp308 #define STDEXEC_PRAGMA_IGNORE_MSVC(...) __pragma(warning(disable : __VA_ARGS__)) macro
320 #ifndef STDEXEC_PRAGMA_IGNORE_MSVC
321 #define STDEXEC_PRAGMA_IGNORE_MSVC(...) macro
H A D__meta.hpp202 STDEXEC_PRAGMA_IGNORE_MSVC(4293)