Replace boost::optional with std::optional (#4877)
This commit is contained in:
@@ -83,7 +83,7 @@ void Paths::initCheckPortable()
|
||||
|
||||
void Paths::initRootDirectory()
|
||||
{
|
||||
assert(this->portable_.is_initialized());
|
||||
assert(this->portable_.has_value());
|
||||
|
||||
// Root path = %APPDATA%/Chatterino or the folder that the executable
|
||||
// resides in
|
||||
|
||||
Reference in New Issue
Block a user