|
Boost-Commit : |
From: chochlik_at_[hidden]
Date: 2008-06-26 14:26:06
Author: matus.chochlik
Date: 2008-06-26 14:26:05 EDT (Thu, 26 Jun 2008)
New Revision: 46736
URL: http://svn.boost.org/trac/boost/changeset/46736
Log:
Fixed a minor bug preventing the compilation with gcc
Text files modified:
sandbox/mirror/boost/mirror/meta_path/siblings.hpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Modified: sandbox/mirror/boost/mirror/meta_path/siblings.hpp
==============================================================================
--- sandbox/mirror/boost/mirror/meta_path/siblings.hpp (original)
+++ sandbox/mirror/boost/mirror/meta_path/siblings.hpp 2008-06-26 14:26:05 EDT (Thu, 26 Jun 2008)
@@ -65,7 +65,7 @@
struct append_sibling
{
template <
- class PathsAndNodes,
+ class InnerPathsAndNodes,
class SiblingOrSelf
>
struct apply
@@ -81,9 +81,9 @@
>::type,
typename mpl::not_<IncludeSelf>::type
>::type,
- PathsAndNodes,
+ InnerPathsAndNodes,
typename mpl::push_back<
- PathsAndNodes,
+ InnerPathsAndNodes,
mpl::pair<
path,
SiblingOrSelf
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk