#ifndef UTILS_HH #define UTILS_HH #include "macros.hh" #include #include namespace modxml { namespace sax { class Decoder; class DecoderFactory; std::unique_ptr HIDDEN pick_decoder_for_encoding( std::string_view encoding, DecoderFactory* factory); } // namespace sax } // namespace modxml #endif // UTILS_HH