Sha256: df3a0f8c6c80afbe21ef1fe05e0b3d11bfc94ea70af7d058df634b579430c665
Contents?: true
Size: 384 Bytes
Versions: 7
Compression:
Stored size: 384 Bytes
Contents
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey // Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/ #ifndef TAO_JSON_INTERNAL_DEPENDENT_FALSE_HPP #define TAO_JSON_INTERNAL_DEPENDENT_FALSE_HPP namespace tao::json::internal { template< typename... > inline constexpr bool dependent_false = false; } // namespace tao::json::internal #endif
Version data entries
7 entries across 7 versions & 1 rubygems