RE: [boost] Re: Portable alternative for VS.NET __if_exists

-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Roman Yakovenko
-----Original Message----- From: David Abrahams [mailto:dave@boost-consulting.com] Mårten Rånge wrote:
I'm looking for a portable version of __if_exists (VS.NET keyword) and unfortunately google turned up nothing good.
I use boost fairly regular and checked boost::type_traits but found nothing that seemed to similar.
Has anyone heard of something that can accomplish this?
It might help if you described what it does.
full explanation:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang/html...
[Brian Braatz] I Find it a TAD bothersome that the link above does NOT state it is a MS specific implementation. OR - Is this something recently added to the standard I never noticed???? Anyone know?

----- Original Message ----- From: "Brian Braatz" <brianb@rmtg.com>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang/html...
[Brian Braatz] I Find it a TAD bothersome that the link above does NOT
state it is a MS specific implementation.
OR - Is this something recently added to the standard I never noticed????
Anyone know?
Following the link to "C++ Keywords", you get the page with all keywords. That page has the following line at the top: "Keywords are predefined reserved identifiers that have special meanings. They cannot be used as identifiers in your program. The following keywords are reserved for Microsoft C++. Names with leading underscores are Microsoft extensions." best regards, Richard Peters
participants (2)
-
Brian Braatz
-
Richard Peters