You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ksenia Rybakova (JIRA)" <ji...@apache.org> on 2016/11/24 12:10:59 UTC

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

Ksenia Rybakova created IGNITE-4299:
---------------------------------------

             Summary: 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
            Priority: Minor


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)