mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-28 11:07:48 +00:00
13 lines
258 B
C++
Executable File
13 lines
258 B
C++
Executable File
/* Copyright (c) 2018-2023 Marcelo Zimbres Silva (mzimbres@gmail.com)
|
|
*
|
|
* Distributed under the Boost Software License, Version 1.0. (See
|
|
* accompanying file LICENSE.txt)
|
|
*/
|
|
|
|
#include <boost/redis/ignore.hpp>
|
|
|
|
namespace boost::redis
|
|
{
|
|
ignore_t ignore;
|
|
}
|