Niall Douglas
Niall Douglas
That's new. Github has obviously changed how it renders files.
What you're really looking for is a proper C++ trie container. The hack job in nedtries simply can't cope with the above, nor indeed with many such things. Of course,...
Sorry, meant trie_map<type, baseA>::iterator and trip_map<type, A>::iterator && respectively.
Thanks for the report. Especially that it's missing header guards, I am astonished I didn't notice that before. I am unwilling to fix the C++ STL container side of things...
> What about another approach - remove current C++ STL code, and create new one from scratch which will be a simple wrapper around C API? That's a non-trivial amount...
It's easy to write something which looks a bit like a stl container. The conformance suite alone with exception safety testing etc would take 50 hours on its own. You...
Thanks for this BR. I think it applies actually exclusively to status-code, not Outcome, so I moved it here.
The intention is to avoid status code headers including windows headers. I would be keen to continue to not include windows headers. TBH I no longer have easy access to...
I didn't know Ubuntu had packages for mingw until now. Boost has closed the change window for the beta release, when it opens I might see if I can find...
Try this fix and let me know if it works for you. Those Linux mingw packages were very useful, thank you.