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.hpp296 #define STDEXEC_PRAGMA_IGNORE_MSVC(...) __pragma(warning(disable : __VA_ARGS__)) macro
308 #ifndef STDEXEC_PRAGMA_IGNORE_MSVC
309 #define STDEXEC_PRAGMA_IGNORE_MSVC(...) macro
H A D__meta.hpp194 STDEXEC_PRAGMA_IGNORE_MSVC(4293)