1 | 1 |
new file mode 100755 |
... | ... |
@@ -0,0 +1,28 @@ |
1 |
+/* |
|
2 |
+ * Copyright 2017 Andrey Semashev |
|
3 |
+ * |
|
4 |
+ * Distributed under the Boost Software License, Version 1.0. |
|
5 |
+ * See http://www.boost.org/LICENSE_1_0.txt |
|
6 |
+ * |
|
7 |
+ * This header is deprecated, it provides the deprecated namespace for backward compatibility. |
|
8 |
+ */ |
|
9 |
+ |
|
10 |
+#ifndef BOOST_DETAIL_WINAPI_DETAIL_DEPRECATED_NAMESPACE_HPP_INCLUDED_ |
|
11 |
+#define BOOST_DETAIL_WINAPI_DETAIL_DEPRECATED_NAMESPACE_HPP_INCLUDED_ |
|
12 |
+ |
|
13 |
+#include <boost/config.hpp> |
|
14 |
+ |
|
15 |
+#ifdef BOOST_HAS_PRAGMA_ONCE |
|
16 |
+#pragma once |
|
17 |
+#endif |
|
18 |
+ |
|
19 |
+namespace boost { |
|
20 |
+namespace winapi {} |
|
21 |
+namespace detail { |
|
22 |
+namespace winapi { |
|
23 |
+using namespace boost::winapi; |
|
24 |
+} // namespace winapi |
|
25 |
+} // namespace detail |
|
26 |
+} // namespace boost |
|
27 |
+ |
|
28 |
+#endif // BOOST_DETAIL_WINAPI_DETAIL_DEPRECATED_NAMESPACE_HPP_INCLUDED_ |
1 | 1 |
deleted file mode 100755 |
... | ... |
@@ -1,28 +0,0 @@ |
1 |
-/* |
|
2 |
- * Copyright 2017 Andrey Semashev |
|
3 |
- * |
|
4 |
- * Distributed under the Boost Software License, Version 1.0. |
|
5 |
- * See http://www.boost.org/LICENSE_1_0.txt |
|
6 |
- * |
|
7 |
- * This header is deprecated, it provides the deprecated namespace for backward compatibility. |
|
8 |
- */ |
|
9 |
- |
|
10 |
-#ifndef BOOST_DETAIL_WINAPI_DETAIL_DEPRECATED_NAMESPACE_HPP_INCLUDED_ |
|
11 |
-#define BOOST_DETAIL_WINAPI_DETAIL_DEPRECATED_NAMESPACE_HPP_INCLUDED_ |
|
12 |
- |
|
13 |
-#include <boost/config.hpp> |
|
14 |
- |
|
15 |
-#ifdef BOOST_HAS_PRAGMA_ONCE |
|
16 |
-#pragma once |
|
17 |
-#endif |
|
18 |
- |
|
19 |
-namespace boost { |
|
20 |
-namespace winapi {} |
|
21 |
-namespace detail { |
|
22 |
-namespace winapi { |
|
23 |
-using namespace boost::winapi; |
|
24 |
-} // namespace winapi |
|
25 |
-} // namespace detail |
|
26 |
-} // namespace boost |
|
27 |
- |
|
28 |
-#endif // BOOST_DETAIL_WINAPI_DETAIL_DEPRECATED_NAMESPACE_HPP_INCLUDED_ |
1 | 1 |
new file mode 100755 |
... | ... |
@@ -0,0 +1,28 @@ |
1 |
+/* |
|
2 |
+ * Copyright 2017 Andrey Semashev |
|
3 |
+ * |
|
4 |
+ * Distributed under the Boost Software License, Version 1.0. |
|
5 |
+ * See http://www.boost.org/LICENSE_1_0.txt |
|
6 |
+ * |
|
7 |
+ * This header is deprecated, it provides the deprecated namespace for backward compatibility. |
|
8 |
+ */ |
|
9 |
+ |
|
10 |
+#ifndef BOOST_DETAIL_WINAPI_DETAIL_DEPRECATED_NAMESPACE_HPP_INCLUDED_ |
|
11 |
+#define BOOST_DETAIL_WINAPI_DETAIL_DEPRECATED_NAMESPACE_HPP_INCLUDED_ |
|
12 |
+ |
|
13 |
+#include <boost/config.hpp> |
|
14 |
+ |
|
15 |
+#ifdef BOOST_HAS_PRAGMA_ONCE |
|
16 |
+#pragma once |
|
17 |
+#endif |
|
18 |
+ |
|
19 |
+namespace boost { |
|
20 |
+namespace winapi {} |
|
21 |
+namespace detail { |
|
22 |
+namespace winapi { |
|
23 |
+using namespace boost::winapi; |
|
24 |
+} // namespace winapi |
|
25 |
+} // namespace detail |
|
26 |
+} // namespace boost |
|
27 |
+ |
|
28 |
+#endif // BOOST_DETAIL_WINAPI_DETAIL_DEPRECATED_NAMESPACE_HPP_INCLUDED_ |