RE: [boost] Re: Is there interest in a decimal floating-point cla ss?

I would think the crucial difference is that pthreads pretty much come with the platform, while the C decimal math lib would have to be included with its wrapper's distribution from boost to insure availability - correct me if I am wrong. m
-----Original Message----- From: David Abrahams [mailto:dave@boost-consulting.com] Sent: Thursday, May 20, 2004 11:41 AM To: boost@lists.boost.org Subject: [boost] Re: Is there interest in a decimal floating-point class?
Max Khesin <MKhesin@liquidnet.com> writes:
I think this is very valuable, but I really doubt boost library guidelines would allow including a wrapper over a C library, as the C library certainly would not be confirming with boost coding (and possibly licensing) standards. Perhaps you should propose your wrapper as the library interface, if you are willing to reimplement the guts later.
I don't think that's neccessarily a problem. Boost.Threads is "just a wrapper" over the pthreads library on some platforms.
-- Dave Abrahams Boost Consulting http://www.boost-consulting.com
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
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 would think the crucial difference is that pthreads pretty much come with the platform, while the C decimal math lib would have to be included with its wrapper's distribution from boost to insure availability - correct me if I am wrong.
Unless you can cite an actual library guideline somewhere that rules out such a wrapper, I guess you're wrong to "doubt boost library guidelines would allow including a wrapper over a C library." Parts of uBlas work that way with FORTRAN libraries, IIUC. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
participants (2)
-
David Abrahams
-
Max Khesin