Remove boost dependency
[platform/core/appfw/app-installers.git] / test / smoke_tests / libs / test_assessor.cc
index cec0524..81723f4 100644 (file)
@@ -17,7 +17,7 @@ void TestAssessor::ClearResults() {
 }
 
 void TestAssessor::AddResult(const ResultLine& result,
-                             const boost::optional<std::string>& error) {
+                             const std::optional<std::string>& error) {
   results.insert(std::make_pair(result, error));
 }