DiscIO: Use std::optional in Volume and Blob

This commit is contained in:
JosJuice
2017-06-04 10:33:14 +02:00
parent e23cfc2965
commit c3fa0d6edf
23 changed files with 232 additions and 237 deletions

View File

@ -8,6 +8,7 @@
#include <locale>
#include <map>
#include <memory>
#include <optional>
#include <string>
#include <vector>