Big clean up to fix issues identified by the inspect program.

Regenerate docs.
This commit is contained in:
jzmaddock
2019-08-20 18:51:17 +01:00
parent f7b608155b
commit b97ab76eae
20 changed files with 114 additions and 49 deletions
-3
View File
@@ -110,9 +110,6 @@ test-suite config
[ compile header_deprecated_test.cpp ]
;
obj has_clang_implicit_fallthrough : cmd_line_check.cpp :
<toolset>clang:<cxxflags>"-std=c++11 -Wimplicit-fallthrough" <warnings-as-errors>on <warnings>all ;
explicit has_clang_implicit_fallthrough ;
exe config_info_printer : config_info.cpp ;
+1
View File
@@ -1,3 +1,4 @@
// (C) Copyright John Maddock 2013.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+1 -1
View File
@@ -22,7 +22,7 @@ int check_local(int n)
if(size != n)
{
s = T(n, ' ');
size = n;
size = n;
}
return size;
}
-9
View File
@@ -1,9 +0,0 @@
#ifndef __clang__
# error "This test is for Clang only"
#endif
int main()
{
return 0;
}
+5 -1
View File
@@ -1,4 +1,8 @@
/* (C) Copyright John Maddock 2011.
Use, modification and distribution are subject to the
Boost Software License, Version 1.0. (See accompanying file
LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*/
#include <boost/config.hpp>
+2
View File
@@ -1,3 +1,5 @@
// (C) Copyright John Maddock 2014-9.
// (C) Copyright Andrey Semashev 2017.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)