X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/e9ae1f101b5418c0ba2e6c9d86b23c12f0140982..bc6cac0e474dfe2feb4983aef98f99e23a98ffc4:/include/stg/user_traff.h diff --git a/include/stg/user_traff.h b/include/stg/user_traff.h index b949da5f..af5a0b64 100644 --- a/include/stg/user_traff.h +++ b/include/stg/user_traff.h @@ -20,11 +20,11 @@ #pragma once -#include "stg/optional.h" #include "const.h" #include #include +#include #include namespace STG @@ -74,7 +74,7 @@ std::ostream& operator<<(std::ostream& stream, const DirTraff& traff) class DirTraffOpt { public: - using ValueType = Optional; + using ValueType = std::optional; using ContainerType = std::vector; using IndexType = ContainerType::size_type;