This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: TR1 Math tarball


> Here is the latest tarball of the TR1 math patch.
> 
> It was merged and bootstrapped just earlier today so it should be OK to 
> play with.

Nice!

This should definitely go into mainline at your earliest convenience.

A couple of things:

1) dos2unix on these files? Some (but not all) seem to be dos?

2) include guard
 _POLY_LAGUERRE_TCC
to
_TR1_POLY_LAGUERRE_TCC

3) nested namespace name
namespace _Private
to
namespace __detail

4) "based on numerous mathematics books."

Should be as specific as possible. Another suggestion would be to start a
documentation page at "docs/html/abi/special_functions.html" with details.

5) testsuite 

Any thoughts on how to test more than the current compile tests?

best,
benjamin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]