Loading...
Searching...
No Matches
Go to the documentation of this file.
3#ifndef MSD_CHANNEL_NODISCARD_HPP_
4#define MSD_CHANNEL_NODISCARD_HPP_
10#if (__cplusplus >= 201703L || (defined(_MSVC_LANG) && _MSVC_LANG >= 201703L))
11#define NODISCARD [[nodiscard]]