Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
lewisbd
WhatsApp-Machine-Learning
Commits
9dc185bf
Commit
9dc185bf
authored
Dec 05, 2018
by
lewisbd
Browse files
Update Extract.h
parent
7104551c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Extract.h
View file @
9dc185bf
...
...
@@ -43,7 +43,7 @@ static bool optimize_string (std::string &str, std::string &last);
// EFFECTS: returns false if a new text is detected by the '-' symbol
// returns false if the text is a continuation of
// previous text with a newline
static
bool
is_continued_text
(
const
std
::
string
str
);
static
bool
is_continued_text
(
const
std
::
string
&
str
);
class
Extract
{
public:
...
...
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