summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/src/lsp/lsp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/LspCpp/src/lsp/lsp.cpp')
-rw-r--r--graphics/asymptote/LspCpp/src/lsp/lsp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/asymptote/LspCpp/src/lsp/lsp.cpp b/graphics/asymptote/LspCpp/src/lsp/lsp.cpp
index 792995c8fb..d070f22be1 100644
--- a/graphics/asymptote/LspCpp/src/lsp/lsp.cpp
+++ b/graphics/asymptote/LspCpp/src/lsp/lsp.cpp
@@ -397,7 +397,7 @@ bool lsp::Any::GetForMapHelper(std::string& value)
return Get(value);
}
-bool lsp::Any::GetForMapHelper(boost::optional<std::string>& value)
+bool lsp::Any::GetForMapHelper(optional<std::string>& value)
{
return Get(value);
}
@@ -558,7 +558,7 @@ lsRenameFile::lsRenameFile()
}
-void Reflect(Reader& visitor, boost::optional< SelectionRange* >& value)
+void Reflect(Reader& visitor, optional< SelectionRange* >& value)
{
if (visitor.IsNull()) {
visitor.GetNull();