Sha256: 1ad8cd981003c2c0888e6206d8d5aa86f643cbf08e0602ea2966d86af4617bb5
Contents?: true
Size: 432 Bytes
Versions: 13
Compression:
Stored size: 432 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_PEGTL_INTERNAL_DEPENDENT_FALSE_HPP #define TAO_PEGTL_INTERNAL_DEPENDENT_FALSE_HPP #include "../config.hpp" namespace TAO_PEGTL_NAMESPACE::internal { template< typename... > inline constexpr bool dependent_false = false; } // namespace TAO_PEGTL_NAMESPACE::internal #endif
Version data entries
13 entries across 13 versions & 1 rubygems