Rename main.hpp -> lightweight_main.hpp

[SVN r66894]
This commit is contained in:
Beman Dawes
2010-11-30 14:53:22 +00:00
parent 313008fc31
commit 6d861790f7

View File

@@ -1,4 +1,4 @@
// boost/detail/main.hpp -------------------------------------------------------------//
// boost/detail/lightweight_main.hpp -------------------------------------------------//
// Copyright Beman Dawes 2010
@@ -28,8 +28,7 @@ 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()
<< "\n***************************************************************************\n"
<< ex.what() ligh************************************************\n"
<< std::endl;
}
return 1;