On 9/18/23 22:46, Jim Starkey wrote:
> I can't image what demented fool decided that headers with an
> extension was a good idea.
What's worse - <header> vs <header.h> may contain very different things.
> I also avoid ANYTHING containing std:: based on miserable past
> experiences (extreme non-portability and pathetic performance).
Yes, but it became much better today compared with what we had 20 (or
even 10) years ago. There are some design disadvantages but IMHO one can
live with them.
> With the exception of conditional headers for Windows, AmorphousDB is
> almost without conditional compilation.
What is also nice with std:: GNU & Microsoft implementations of it are
well compatible, i.e. no need (or almost no need) in #ifdef-s when using
std:: objects.