io: instantiate slurp for unsigned char
This commit is contained in:
parent
1b92ac5f61
commit
56ed44f0e3
1
io.cpp
1
io.cpp
@ -72,6 +72,7 @@ util::slurp (const std::experimental::filesystem::path &path)
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
template std::vector<char> util::slurp (const std::experimental::filesystem::path&);
|
||||
template std::vector<unsigned char> util::slurp (const std::experimental::filesystem::path&);
|
||||
template std::vector<std::byte> util::slurp (const std::experimental::filesystem::path&);
|
||||
template std::vector<uint32_t> util::slurp (const std::experimental::filesystem::path&);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user