// Copyright (c) 2017 Dr. Colin Hirsch and Daniel Frey // Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/ #ifndef TAOCPP_PEGTL_INCLUDE_CONFIG_HPP #define TAOCPP_PEGTL_INCLUDE_CONFIG_HPP #ifndef TAOCPP_PEGTL_NAMESPACE #define TAOCPP_PEGTL_NAMESPACE pegtl #endif // Enable some improvements to the readability of // demangled type names under some circumstances. // #define TAOCPP_PEGTL_PRETTY_DEMANGLE #endif