mirror of
https://github.com/boostorg/config.git
synced 2026-05-04 20:04:11 +02:00
Big clean up to fix issues identified by the inspect program.
Regenerate docs.
This commit is contained in:
@@ -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,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)
|
||||
|
||||
@@ -22,7 +22,7 @@ int check_local(int n)
|
||||
if(size != n)
|
||||
{
|
||||
s = T(n, ' ');
|
||||
size = n;
|
||||
size = n;
|
||||
}
|
||||
return size;
|
||||
}
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
#ifndef __clang__
|
||||
# error "This test is for Clang only"
|
||||
#endif
|
||||
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user