#pragma once // Forward declarations #include namespace unicode::detail { template> struct utf_iterator; template> struct utf_back_insert_iterator; } // namespace unicode::detail namespace unicode { template struct UTF; } // namespace unicode