Boost logo

Boost Users :

Subject: Re: [Boost-users] [MPL] what is my base class?
From: John Dlugosz (JDlugosz_at_[hidden])
Date: 2010-05-26 13:45:13


Hmm, so if_ itself, with no arguments? That's a good idea. I'll try that.
That might be exactly what I was looking for, if it doesn't choke the compiler. Many thanks.

--John

From: boost-users-bounces_at_[hidden] [mailto:boost-users-bounces_at_[hidden]] On Behalf Of Roman Perepelitsa
Sent: Tuesday, May 25, 2010 11:08 AM
To: boost-users_at_[hidden]
Subject: Re: [Boost-users] [MPL] what is my base class?

2010/5/25 John Dlugosz <JDlugosz_at_[hidden]<mailto:JDlugosz_at_[hidden]>>
> typedef BaseClass<etc.> super;
It turns out that this does work under VS2008.
Have you tried using injected names under VS2008? Like this:

template <typename T>
struct C
    : boost::mpl::if_<
        is_blue<T>,
        Ca <T>,
        Cb<T>
>::type {
  C(blah& a, xxx b) : if_(a, b) {}
};

Roman Perepelitsa.

TradeStation Group, Inc. is a publicly-traded holding company (NASDAQ GS: TRAD) of three operating subsidiaries, TradeStation Securities, Inc. (Member NYSE, FINRA, SIPC and NFA), TradeStation Technologies, Inc., a trading software and subscription company, and TradeStation Europe Limited, a United Kingdom, FSA-authorized introducing brokerage firm. None of these companies provides trading or investment advice, recommendations or endorsements of any kind. The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net