#ifndef GUESSING_DECODER_HH #define GUESSING_DECODER_HH #include "macros.hh" #include namespace modxml { namespace sax { class Decoder; // Decoder that tries to figure out, using BOM or just magic // what encoding is used, optimized for the first character to be // '<'. std::unique_ptr HIDDEN create_guessing_decoder(); } // namespace sax } // namespace modxml #endif // GUESSING_DECODER_HH