Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
1a5de86c
Commit
1a5de86c
authored
Jul 24, 2016
by
Alexandre Duret-Lutz
Browse files
* spot/tl/formula.hh: Fix some comments.
parent
71e24906
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/tl/formula.hh
View file @
1a5de86c
...
...
@@ -662,9 +662,9 @@ namespace spot
/// \brief Create a null formula.
///
/// This could be used to default
initialize a formula, however
/// This could be used to default
-
initialize a formula, however
/// null formula should be short lived: most algorithms and member
/// function assume that formulas should not be null.
/// function
s
assume that formulas should not be null.
formula
(
std
::
nullptr_t
)
noexcept
:
ptr_
(
nullptr
)
{
...
...
@@ -684,7 +684,7 @@ namespace spot
ptr_
->
clone
();
}
///
Clone
a formula.
///
Move-construct
a formula.
formula
(
formula
&&
f
)
noexcept
:
ptr_
(
f
.
ptr_
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment