[
https://issues.apache.org/jira/browse/IGNITE-4299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15693192#comment-15693192
]
ASF GitHub Bot commented on IGNITE-4299:
----------------------------------------
GitHub user isapego opened a pull request:
https://github.com/apache/ignite/pull/1277
IGNITE-4299: Fixes for examples.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/isapego/ignite ignite-4299
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1277.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1277
----
commit 1403c6438d5d5263d98b3796d15cd65faff8845b
Author: Igor Sapego <[email protected]>
Date: 2016-11-24T12:37:32Z
IGNITE-4299: Fixes for examples.
----
> 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)