
I wanted to play with mpl::map, but I noticed that it is having problems on vc7.1 (http://tinyurl.com/3kr99) and many other compilers - is there a known fix? thanks, max. This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail.

Max Khesin <MKhesin@liquidnet.com> writes:
I wanted to play with mpl::map, but I noticed that it is having problems on vc7.1 (http://tinyurl.com/3kr99) and many other compilers - is there a known fix? thanks, max.
This appears to be due to some confusion in the library over the names m_item and m_item_. Not sure what Aleksey's intended resolution is, though. Until he resolves it, you might try adding -Dm_item_=m_item to your command-line. HTH, -- Dave Abrahams Boost Consulting http://www.boost-consulting.com

Max Khesin writes:
I wanted to play with mpl::map, but I noticed that it is having problems on vc7.1 (http://tinyurl.com/3kr99) and many other compilers - is there a known fix?
Fixed in the CVS now, the tables should look better in the next run. -- Aleksey Gurtovoy MetaCommunications Engineering
participants (3)
-
Aleksey Gurtovoy
-
David Abrahams
-
Max Khesin