forked from boostorg/detail
Rename main.hpp -> lightweight_main.hpp
[SVN r66894]
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// boost/detail/main.hpp -------------------------------------------------------------//
|
// boost/detail/lightweight_main.hpp -------------------------------------------------//
|
||||||
|
|
||||||
// Copyright Beman Dawes 2010
|
// Copyright Beman Dawes 2010
|
||||||
|
|
||||||
@@ -28,8 +28,7 @@ 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()
|
<< ex.what() ligh************************************************\n"
|
||||||
<< "\n***************************************************************************\n"
|
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
Reference in New Issue
Block a user