13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
|
/* 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;
|
||
|
}
|