On 06.04.2015 19:28, johnk wrote: > On 04/06/2015 12:10 PM, Dimitri van Heesch wrote: >> I try to keep doxygen's code very portable. As a result I have avoided using >> STL. > I can understand not wanting to use STL, which, despite the name, was > never really standardized, however the standard C++ library which is
STL is certainly part of the standard, and in particular part of the "standard C++ library"; the implementations were just buggy for many years (but nowadays things tend to work). 23 Containers library 23.1 General 23.2 Container requirements 23.3 Sequence containers 23.4 Associative containers 23.5 Unordered associative containers 23.6 Container adaptors 24 Iterators library 24.1 General 24.2 Iterator requirements 24.3 Header <iterator> synopsis 24.4 Iterator primitives 24.5 Iterator adaptors 24.6 Stream iterators 25 Algorithms library 25.1 General 25.2 Non-modifying sequence operations 25.3 Mutating sequence operations 25.4 Sorting and related operations 25.5 C library algorithms ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ Doxygen-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/doxygen-develop
