JUCE std::map?

Where’s the JUCE version of std::map? I need a sorted map… HashMap ain’t it!

I’ve always just used the real std::map when I needed that!

Is it available, the same way on every platform, where JUCE is supported?

Can’t say for certain, but I’d certainly expect it to be.

Okay let me ask you a different question. Would YOU use std::map in the implementation of any JUCE classes?

Well, I’d probably try to avoid using it in the library, just because it’d add another external dependency. But nowadays you can be pretty much certain that 99.9% of people will have access to a decent std library that contains it, so it shouldn’t be a problem. It was only ever the old VC6 crowd who had non-standard libraries.