Re: [Bug-apl] compile error location of malloc.h

2016-08-29 Thread Xiao-Yong Jin
There is nothing wrong using , but in C++ the standard way is #include and call std::malloc and its friends. > On Aug 29, 2016, at 4:43 AM, Juergen Sauermann > wrote: > > Hi, > > thanks, fixed in SVN 794. > > I went for because that is what the malloc manpage says. > > Currently is ale

Re: [Bug-apl] compile error location of malloc.h

2016-08-29 Thread Juergen Sauermann
Hi, thanks, fixed in SVN 794. I went for because that is what the malloc manpage says. Currently is aleady #included by Common.hh but that may change. Therefore I believe that it is cleaner to #include it again.