mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-29 19:47:51 +00:00
13 lines
258 B
C++
13 lines
258 B
C++
|
|
/* 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;
|
||
|
|
}
|