Topic: CPP compiler that implemented the export keyword


Author: Aaron.Z.Yang@Hotmail.com
Date: Thu, 5 Jul 2007 21:28:24 CST
Raw View
 Hi all,

 I need a CPP compiler that implemented the export keyword.

 Someone told me that EDG (Edison   Design   Group) CPP compiler does,
 and the kernel of Intel CPP compiler is the EDG CPP compiler, so I
 think Intel CPP compiler can do. Unfortunate, It cannot. :(

 So, what compiler do I need?



 thanks for your time

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html                      ]





Author: dave@boost-consulting.com (David Abrahams)
Date: Fri, 6 Jul 2007 03:33:40 GMT
Raw View
on Thu Jul 05 2007, Aaron.Z.Yang-AT-Hotmail.com wrote:

>  Hi all,
>
>  I need a CPP compiler that implemented the export keyword.
>
>  Someone told me that EDG (Edison   Design   Group) CPP compiler does,
>  and the kernel of Intel CPP compiler is the EDG CPP compiler, so I
>  think Intel CPP compiler can do. Unfortunate, It cannot. :(
>
>  So, what compiler do I need?

Comeau C++ is the only production version of EDG that I know of
supporting export.

--
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com

The Astoria Seminar ==> http://www.astoriaseminar.com

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html                      ]





Author: Mathias Gaunard <loufoque@gmail.com>
Date: Fri, 6 Jul 2007 13:38:12 CST
Raw View
On 6 juil, 05:28, Aaron.Z.Y...@Hotmail.com wrote:

>  Someone told me that EDG (Edison   Design   Group) CPP compiler does,
>  and the kernel of Intel CPP compiler is the EDG CPP compiler, so I
>  think Intel CPP compiler can do. Unfortunate, It cannot. :(

It can, but you need to enable that feature.


---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html                      ]