Re: STL and ATS (not sitting in a tree ...)

2015-07-10 Thread Nick Kew
On Fri, 10 Jul 2015 13:41:52 -0600 Leif Hedstrom wrote: > Hi all, > > this is just a gentle reminder: > > > We don’t use STL generally. There are exceptions, but unless there are truly > good reasons for it, just don’t use it. Even if it’s not on the critical > path. We have plenty of contai

STL and ATS (not sitting in a tree ...)

2015-07-10 Thread Leif Hedstrom
Hi all, this is just a gentle reminder: We don’t use STL generally. There are exceptions, but unless there are truly good reasons for it, just don’t use it. Even if it’s not on the critical path. We have plenty of containers and tools to do similar things. Yes, they are not as “neat” as STL,