ignore.ipp 258 B

123456789101112
  1. /* Copyright (c) 2018-2023 Marcelo Zimbres Silva (mzimbres@gmail.com)
  2. *
  3. * Distributed under the Boost Software License, Version 1.0. (See
  4. * accompanying file LICENSE.txt)
  5. */
  6. #include <boost/redis/ignore.hpp>
  7. namespace boost::redis
  8. {
  9. ignore_t ignore;
  10. }