Skip to content

fix: bool convert problem #170

Open
starsareintherose wants to merge 3 commits into
jts:masterfrom
starsareintherose:master
Open

fix: bool convert problem #170
starsareintherose wants to merge 3 commits into
jts:masterfrom
starsareintherose:master

Conversation

@starsareintherose
Copy link
Copy Markdown

for example

ClusterReader.cpp:70:24: error: cannot convert ‘std::basic_istream<char>’ to ‘bool’ in initialization
   70 |     bool good = getline(*m_pReader, line);

ClusterReader.cpp:70:24: error: cannot convert ‘std::basic_istream<char>’ to ‘bool’ in initialization
   70 |     bool good = getline(*m_pReader, line);
      |                 ~~~~~~~^~~~~~~~~~~~~~~~~~
      |                        |
      |                        std::basic_istream<char>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant