Re: [Doxygen-develop] doxygen and standard C++ library
Brought to you by:
dimitri
From: Michael S. <ms...@re...> - 2015-04-23 12:04:12
|
On 23.04.2015 00:00, johnk wrote: > I'm getting OT and I've already made changes to my code to use qtools > instead of stdlib, but out of curiosity of portability issues, I went > looking and found the following: > > http://stackoverflow.com/questions/5205491/whats-this-stl-vs-c-standard-library-fight-all-about/5205571#5205571 thanks for the link, so i was being inexcusably sloppy and assumed you meant that the containers/algorithms that comprise the STL were not in the C++ standard library while you actually meant "the STL as originally proposed by SGI back in the day"; sorry for the confusion - now that i understand your point, i fully agree with it :) |