You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/12/05 12:38:58 UTC

[jira] [Commented] (IGNITE-4299) Remove useless cin.get() in query_example.cpp

    [ https://issues.apache.org/jira/browse/IGNITE-4299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15722156#comment-15722156 ] 

ASF GitHub Bot commented on IGNITE-4299:
----------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/ignite/pull/1277


> Remove useless cin.get() in query_example.cpp
> ---------------------------------------------
>
>                 Key: IGNITE-4299
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4299
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>            Reporter: Ksenia Rybakova
>            Assignee: Igor Sapego
>            Priority: Minor
>             Fix For: 1.8
>
>
> Remove useless cin.get() in query_example.cpp:
> {noformat}
> std::cout << ">>> Ready" << std::endl;
> std::cout << std::endl;
> std::cin.get();
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)