Replace boost::optional with std::optional (#4877)
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ int compare(const QString &a, const QString &b);
|
||||
* link
|
||||
* ^^^ No need to repeat the obvious.
|
||||
*/
|
||||
boost::optional<QRegularExpressionMatch> matchLink(const QString &text);
|
||||
std::optional<QRegularExpressionMatch> matchLink(const QString &text);
|
||||
```
|
||||
|
||||
# Code
|
||||
|
||||
Reference in New Issue
Block a user