Commit 4c8f7e9a authored by Pavel Vainerman's avatar Pavel Vainerman

Убрал std::ios::sync_with_stdio(false); ещё где нашёл

(до выяснения всех последствий использования)
parent 9f043270
......@@ -128,7 +128,7 @@ static bool quiet = false;
int main(int argc, char** argv)
{
std::ios::sync_with_stdio(false);
// std::ios::sync_with_stdio(false);
try
{
......
......@@ -36,7 +36,7 @@ static char* checkArg( int ind, int argc, char* argv[] );
// --------------------------------------------------------------------------
int main( int argc, char** argv )
{
std::ios::sync_with_stdio(false);
// std::ios::sync_with_stdio(false);
int optindex = 0;
int opt = 0;
int verb = 0;
......
......@@ -97,7 +97,7 @@ static char* checkArg( int ind, int argc, char* argv[] );
int main( int argc, char** argv )
{
std::ios::sync_with_stdio(false);
// std::ios::sync_with_stdio(false);
Command cmd = cmdNOP;
int optindex = 0;
int opt = 0;
......
......@@ -33,7 +33,7 @@ static void print_help()
// --------------------------------------------------------------------------
int main( int argc, char** argv )
{
std::ios::sync_with_stdio(false);
// std::ios::sync_with_stdio(false);
int optindex = 0;
int opt = 0;
int verb = 0;
......
......@@ -34,7 +34,7 @@ static void print_help()
// --------------------------------------------------------------------------
int main( int argc, char** argv )
{
std::ios::sync_with_stdio(false);
// std::ios::sync_with_stdio(false);
int optindex = 0;
int opt = 0;
int verb = 0;
......
......@@ -83,7 +83,7 @@ static char* checkArg( int ind, int argc, char* argv[] );
int main( int argc, char** argv )
{
std::ios::sync_with_stdio(false);
// std::ios::sync_with_stdio(false);
Command cmd = cmdNOP;
int optindex = 0;
int opt = 0;
......
......@@ -21,7 +21,7 @@ static void short_usage()
// --------------------------------------------------------------------------
int main(int argc, char** argv)
{
std::ios::sync_with_stdio(false);
// std::ios::sync_with_stdio(false);
try
{
......
......@@ -25,7 +25,7 @@ struct ExtInfo:
// -----------------------------------------------------------------------------
int main( int argc, char** argv )
{
std::ios::sync_with_stdio(false);
// std::ios::sync_with_stdio(false);
try
{
......
......@@ -9,7 +9,7 @@ using namespace std;
// -----------------------------------------------------------------------------
int main( int argc, const char** argv )
{
std::ios::sync_with_stdio(false);
// std::ios::sync_with_stdio(false);
try
{
......
......@@ -13,7 +13,7 @@ static void short_usage()
// --------------------------------------------------------------------------
int main(int argc, const char** argv)
{
std::ios::sync_with_stdio(false);
// std::ios::sync_with_stdio(false);
try
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment