[I'm highlighting this exchange, because it's been buried somewhat; apologies for the misleading information]
On Tue, Dec 10, 2013 at 4:29 PM, Joshua Cranmer 🐧 <pidgeo...@gmail.com> wrote: >> >> Based on >> https://developer.mozilla.org/en-US/docs/Using_CXX_in_Mozilla_code#C.2B.2B_and_Mozilla_standard_libraries >> (thanks njn!) we can use std::unordered_map and std::unordered_set at least. >> That still won't give us a convenient to use queue/deque through. > > Do you not see the giant note at the top of that page saying "Don't trust > this information?" As the person who wrote 95% of that page, I can tell you > that the STL section does not contain any information about what can and > can't be used in Mozilla code, largely as a result of trying to balance the > need to explain what can be used in Mozilla versus the desire to list the > minimum features in C++11 code. This is particularly true for the ADT > section, as the executive decision has been repeatedly affirmed to avoid STL > containers as much as possible in Mozilla code. Note, for example, that > STLport (the version we have in the tree) provides std::tr1::unordered_map, > not std::unordered_map. _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform