aboutsummaryrefslogtreecommitdiff
path: root/include/openvic-dataloader/detail/LexyFwdDeclaration.hpp
blob: 554c88da1134d6652d0f1f1731da5e81029fac64 (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once

namespace lexy {
   struct default_encoding;

   template<typename Encoding, typename MemoryResource>
   struct buffer;
}