mirror of
https://github.com/boostorg/any.git
synced 2026-07-21 13:03:30 +00:00
fix directories
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user