Commit Graph

4 Commits

Author SHA1 Message Date
gibbed
5bf0b34445 C++17ification.
C++17ification!

- Filesystem interaction now uses std::filesystem::path.
- Usage of const char*, std::string have been changed to
  std::string_view where appropriate.
- Usage of printf-style functions changed to use fmt.
2020-04-07 16:09:41 -05:00
sephiroth99
d982b54bda byte_stream: Remove template specialization in class scope 2015-12-30 17:42:18 -05:00
Dr. Chat
08663fd745 Non-const ByteStream::data() 2015-12-29 13:09:55 -08:00
Dr. Chat
938d849c06 ByteStream class 2015-12-29 12:32:50 -08:00