Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
c7b88943
Commit
c7b88943
authored
May 15, 2013
by
JINMEI Tatuya
Browse files
[2836] corrected minor typo in doxygen doc
parent
d35ac0a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/domaintree.h
View file @
c7b88943
...
...
@@ -1301,7 +1301,7 @@ public:
/// doesn't exist.
///
/// This method normally involves resource allocation. If it fails
/// \c std::bad_alloc will be thrown. Also, depending on details the
/// \c std::bad_alloc will be thrown. Also, depending on details
of
the
/// specific \c MemorySegment, it can propagate the \c MemorySegmentGrown
/// exception.
///
...
...
@@ -1312,7 +1312,7 @@ public:
/// insert operation is "resumable": if the \c insert() method is called
/// again with the same argument after resolving the cause of the
/// exception (possibly multiple times), it should now succeed. Note,
/// however, that i case of \c MemorySegmentGrown the address of the
/// however, that i
n
case of \c MemorySegmentGrown the address of the
/// `DomainTree` object may have been reallocated if it was created with
/// the same \c MemorySegment (which will often be the case in practice).
/// So the caller may have to re-get the address before calling \c insert
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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