mirror of
https://github.com/boostorg/detail.git
synced 2025-08-01 05:14:28 +02:00
fix fumble-fingers
[SVN r66895]
This commit is contained in:
@@ -28,7 +28,8 @@ int main(int argc, char* argv[])
|
|||||||
std::cout
|
std::cout
|
||||||
<< "\nERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR\n"
|
<< "\nERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR\n"
|
||||||
<< "\n****************************** std::exception *****************************\n"
|
<< "\n****************************** std::exception *****************************\n"
|
||||||
<< ex.what() ligh************************************************\n"
|
<< ex.what()
|
||||||
|
<< "\n***************************************************************************\n"
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
||||||
|
Reference in New Issue
Block a user