From 6d861790f7cb91bccbe6269eae9d407a329b7ae2 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Tue, 30 Nov 2010 14:53:22 +0000 Subject: [PATCH] Rename main.hpp -> lightweight_main.hpp [SVN r66894] --- include/boost/detail/{main.hpp => lightweight_main.hpp} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename include/boost/detail/{main.hpp => lightweight_main.hpp} (86%) diff --git a/include/boost/detail/main.hpp b/include/boost/detail/lightweight_main.hpp similarity index 86% rename from include/boost/detail/main.hpp rename to include/boost/detail/lightweight_main.hpp index d6196e9..375f3f4 100644 --- a/include/boost/detail/main.hpp +++ b/include/boost/detail/lightweight_main.hpp @@ -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;