fix directories

This commit is contained in:
Antony Polukhin
2021-04-17 21:44:13 +03:00
parent 611332fdc0
commit 3544bb8eea
29 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -563,7 +563,7 @@ public:
</namespace>
</header>
<header name="boost/anys/bad_any_cast.hpp">
<header name="boost/any/bad_any_cast.hpp">
<namespace name="boost">
<class name="bad_any_cast">
<inherit access="public">
@@ -580,7 +580,7 @@ public:
</namespace>
</header>
<header name="boost/anys/basic_any.hpp">
<header name="boost/any/basic_any.hpp">
<namespace name="boost"><namespace name="anys">
<class name="basic_any">
<purpose>A class with customizable Small Object Optimization whose instances can hold instances of any
+2 -2
View File
@@ -15,8 +15,8 @@
// Peter Dimov, and James Curran
// when: July 2001, April 2013 - 2020
#include <boost/anys/bad_any_cast.hpp>
#include <boost/anys/fwd.hpp>
#include <boost/any/bad_any_cast.hpp>
#include <boost/any/fwd.hpp>
#include <boost/type_index.hpp>
#include <boost/type_traits/remove_reference.hpp>
#include <boost/type_traits/decay.hpp>
@@ -15,8 +15,8 @@
# pragma once
#endif
#include <boost/anys/bad_any_cast.hpp>
#include <boost/anys/fwd.hpp>
#include <boost/any/bad_any_cast.hpp>
#include <boost/any/fwd.hpp>
#include <boost/assert.hpp>
#include <boost/aligned_storage.hpp>
#include <boost/type_index.hpp>
+1 -1
View File
@@ -4,7 +4,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt).
#include <boost/any.hpp>
#include <boost/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
int main()
{
+1 -1
View File
@@ -4,7 +4,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt).
#include <boost/any.hpp>
#include <boost/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
int main()
{
+1 -1
View File
@@ -4,7 +4,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt).
#include <boost/any.hpp>
#include <boost/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
int main()
{
+1 -1
View File
@@ -4,7 +4,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt).
#include <boost/any.hpp>
#include <boost/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
int main()
{
+1 -1
View File
@@ -6,7 +6,7 @@
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include <boost/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
int main() {
boost::anys::basic_any<> const a;
+1 -1
View File
@@ -4,7 +4,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/any.hpp>
#include <boost/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
int main()
{
+1 -1
View File
@@ -4,7 +4,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/any.hpp>
#include <boost/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
int main()
{
+1 -1
View File
@@ -4,7 +4,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt).
#include <boost/any.hpp>
#include <boost/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
int main()
{
+1 -1
View File
@@ -4,7 +4,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt).
#include <boost/any.hpp>
#include <boost/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
int main()
{
+1 -1
View File
@@ -6,7 +6,7 @@
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include "boost/anys/basic_any.hpp"
#include "boost/any/basic_any.hpp"
#include "basic_test.hpp"
int main() {
@@ -5,7 +5,7 @@
// 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/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
int main() {
boost::anys::basic_any<10, 5> a;
+1 -1
View File
@@ -13,7 +13,7 @@
#include <string>
#include <utility>
#include <boost/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
#include "test.hpp"
#include <boost/move/move.hpp>
+1 -1
View File
@@ -5,7 +5,7 @@
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include <boost/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
#include <boost/core/lightweight_test.hpp>
+1 -1
View File
@@ -8,7 +8,7 @@
// This tests the issue from https://svn.boost.org/trac/boost/ticket/12052
#include <iostream>
#include <boost/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
int main() {
boost::anys::basic_any<> a = 1;
+1 -1
View File
@@ -8,7 +8,7 @@
// 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/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
int main()
{
+1 -1
View File
@@ -9,7 +9,7 @@
// 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/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
#include "move_test.hpp"
@@ -8,7 +8,7 @@
// 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/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
int main()
{
@@ -8,7 +8,7 @@
// 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/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
int main()
{
+1 -1
View File
@@ -5,7 +5,7 @@
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include <boost/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
#include <boost/core/lightweight_test.hpp>
@@ -13,7 +13,7 @@
#include <string>
#include <utility>
#include <boost/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
#include "test.hpp"
#include <boost/move/move.hpp>
+1 -1
View File
@@ -4,7 +4,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/any.hpp>
#include <boost/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
int main()
{
+1 -1
View File
@@ -4,7 +4,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/any.hpp>
#include <boost/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
int main()
{
+1 -1
View File
@@ -4,7 +4,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt).
#include <boost/any.hpp>
#include <boost/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
int main()
{
+1 -1
View File
@@ -4,7 +4,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt).
#include <boost/any.hpp>
#include <boost/anys/basic_any.hpp>
#include <boost/any/basic_any.hpp>
int main()
{