瀏覽代碼

Include <utility> for some versions of gcc's library.

Sometimes gcc's <cstddef> doesn't define the C++ macros, so check for it
and include <utility> in that case. Also remove a workaround from
container_fwd.hpp

Fixes #2924.

[SVN r52246]
Daniel James 17 年之前
父節點
當前提交
b76af30da7
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      libs/config
  2. 1 1
      libs/detail

+ 1 - 1
libs/config

@@ -1 +1 @@
-Subproject commit 833e50fe8f4cdcffbcef3245303e5040dc9affbd
+Subproject commit 1271821c44bb8222fc7e327301dd2a20093c2456

+ 1 - 1
libs/detail

@@ -1 +1 @@
-Subproject commit 3178938f98f5627fd800b392dc717ec596659847
+Subproject commit d425f1e5bfb63eb72ef3bd521ede3ae381b86abe

粤ICP备19079148号