1 2 3 4 5 6 7 8
#pragma once namespace lexy { struct default_encoding; template<typename Encoding, typename MemoryResource> struct buffer; }