blob: 19a94aee555fccf40e1d6aa416fab08f52153c4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
$NetBSD: patch-cppcms__boost_cppcms__boost_interprocess_interprocess__fwd.hpp,v 1.1 2013/07/16 10:12:48 joerg Exp $
--- cppcms_boost/cppcms_boost/interprocess/interprocess_fwd.hpp.orig 2010-05-14 13:52:59.000000000 +0000
+++ cppcms_boost/cppcms_boost/interprocess/interprocess_fwd.hpp
@@ -19,6 +19,7 @@
#include <cppcms_boost/interprocess/detail/workaround.hpp>
#include <cstddef>
+#include <utility>
//////////////////////////////////////////////////////////////////////////////
// Standard predeclarations
@@ -35,22 +36,6 @@ namespace interprocess{
namespace bi = cppcms_boost::intrusive;
}}
-namespace std {
-
-template <class T>
-class allocator;
-
-template <class T>
-struct less;
-
-template <class T1, class T2>
-struct pair;
-
-template <class CharType>
-struct char_traits;
-
-} //namespace std {
-
/// @endcond
namespace cppcms_boost { namespace interprocess {
|