From: "£ukasz Dobrek" <dobrek@dobrek.de>
To: erayo@cs.bilkent.edu.tr
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Re: Efficient C++ Interfacing?
Date: Tue, 8 Jun 2004 23:19:14 +0200 [thread overview]
Message-ID: <20040608211914.GA13251@pld-linux.org> (raw)
In-Reply-To: <200406082349.18131.exa@kablonet.com.tr>
On Tue, Jun 08, 2004 at 11:49:18PM +0300, Eray Ozkural wrote:
> Date: Tue, 8 Jun 2004 23:49:18 +0300
> From: Eray Ozkural <exa@kablonet.com.tr>
> Subject: Re: [Caml-list] Re: Efficient C++ Interfacing?
> To: Fritz Wuehler <fritz@spamexpire-200406.rodent.frell.eu.org>
> Cc: caml-list@inria.fr
>
> On Tuesday 08 June 2004 18:02, Fritz Wuehler wrote:
> > > Sure but this is a C++ code generator
> >
> > No, see the Overview.
> > "OpenC++ is a toolkit for C++ translators and analyzers."
>
> Good. I had checked out OpenC++ but I don't know the current state so let me
> ask.
>
> 1. Is it 100% ISO C++ compatible?
Nope, appart of the fact that I have not seen a 100% ISO compatibile
compiler yet, this one is for shure not one of them.
I watched it once carefully, now I don't remember so well all the
problems, but for the record:
- It won't parse namespaces aliases.
( namespace identifier = org_namespace_name ; )
- It's mechanism of type resolution is not supporting typedefs.
- It's mechanism which is suppose to find for a member template function
definition its declaration in the class definition, will not work
if the names of the template parameters differ in this two cases:
template< class T >
class A
{
int f();
}
template<class NOT_T>
int A<NOT_T>::f(){ return 1 ; }
there was more but It is all I could find out again now.
Anyway I think it is an excellent project and can be very usefull.
In hope it helps
Lukasz Dobrek
--
Dr. Lukasz Dobrek
www.dobrek.de
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
next prev parent reply other threads:[~2004-06-28 18:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-08 15:02 Fritz Wuehler
2004-06-08 19:13 ` skaller
2004-06-08 20:49 ` Eray Ozkural
2004-06-08 21:19 ` £ukasz Dobrek [this message]
2004-06-28 19:58 ` Eray Ozkural
2004-06-29 1:35 ` skaller
2004-07-07 1:02 ` Eray Ozkural
2004-07-07 6:59 ` skaller
2004-07-07 3:29 ` Ethan Lee Aubin
-- strict thread matches above, loose matches on Subject: below --
2004-06-07 11:46 privacy.at Anonymous Remailer
2004-06-07 15:50 ` skaller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040608211914.GA13251@pld-linux.org \
--to=dobrek@dobrek.de \
--cc=caml-list@inria.fr \
--cc=erayo@cs.bilkent.edu.tr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox