[prev in list] [next in list] [prev in thread] [next in thread] 

List:       boost
Subject:    [boost] [Boost-bugs] [ boost-Patches-1489713 ] Adjusts mpl::pair
From:       "SourceForge.net" <noreply () sourceforge ! net>
Date:       2006-05-30 9:29:52
Message-ID: E1Fl0Xw-0005QN-Lf () sc8-sf-web1 ! sourceforge ! net
[Download RAW message or body]

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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/boost-bugs

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic