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