Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2006-05-30 05:29:52


Patches item #1489713, was opened at 2006-05-16 12:40
Message generated for change (Settings changed) made by david_abrahams
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=307586&aid=1489713&group_id=7586

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Tobias Schwinger (t_schwinger)
>Assigned to: Aleksey Gurtovoy (agurtovoy)
Summary: Adjusts mpl::pair concept to be compatible with STL pairs

Initial Comment:
WHAT:
=====

The patch changes the MPL pair concept, so STL pairs
and Fusion pairs also work as MPL pairs.

The old type members have been added after testing for
backward compatiblity with 3rd party code.

STL pair: first (value)
 second (value)
 first_type (type)
 second_type (type)

Fusion pair:
 second (value)
 first_type (type)
 second_type (type)

MPL pair (CVS):
 first (type)
 second (type)

MPL pair (after applying this patch):
 first_type (type)
 second_type (type)

AFFECTED LIBRARIES:
===================

- MPL (numerous files, code and documentation)
- Variant (2 files)
- Parameter (1 file)

FILES:
======

- boost/mpl.patch
- boost/parameter.patch
- boost/variant.patch
- libs/mpl.patch

TESTED WITH:
============

- MSVC 8.0
- MSVC 7.1
- GCC 3.4.2

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=307586&aid=1489713&group_id=7586

_______________________________________________
Boost-bugs mailing list
Boost-bugs_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk