Sha256: 1a973b0a709966a596a007b9352b1bd2b8eb2da8987a01bed32a9910a1b62c50

Contents?: true

Size: 478 Bytes

Versions: 24

Compression:

Stored size: 478 Bytes

Contents

// Copyright (c) 2018-2020 Dr. Colin Hirsch and Daniel Frey
// Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/

#ifndef TAO_JSON_PEGTL_INTERNAL_ALWAYS_FALSE_HPP
#define TAO_JSON_PEGTL_INTERNAL_ALWAYS_FALSE_HPP

#include "../config.hpp"

#include <type_traits>

namespace TAO_JSON_PEGTL_NAMESPACE::internal
{
   template< typename... >
   struct always_false
      : std::false_type
   {
   };

}  // namespace TAO_JSON_PEGTL_NAMESPACE::internal

#endif

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
couchbase-3.0.0.alpha.1-x86_64-linux ext/third_party/json/include/tao/json/external/pegtl/internal/always_false.hpp
couchbase-3.0.0.alpha.1-x86_64-darwin-19 ext/third_party/json/include/tao/json/external/pegtl/internal/always_false.hpp
couchbase-3.0.0.alpha.1-universal-darwin-19 ext/third_party/json/include/tao/json/external/pegtl/internal/always_false.hpp
couchbase-3.0.0.alpha.1 ext/third_party/json/include/tao/json/external/pegtl/internal/always_false.hpp