On Tuesday, June 11, 2024 4:07:33 PM EDT Troy A. Griffitts wrote:
> Try changing your begin and end iterator types to const, e.g.
>
> sword::ConfigEntMap::const_iterator
>
Ah yes, that compiles, I can't get it linked because my distro upgraded ICU,
but that'll be another thread
_
Try changing your begin and end iterator types to const, e.g.
sword::ConfigEntMap::const_iterator
On June 11, 2024 21:34:52 GMT+02:00, "David "Judah's Shadow" Blue"
wrote:
>On Monday, May 20, 2024 2:37:07 PM EDT David "Judah's Shadow" Blue wrote:
>> On Wednesday, May 15, 2024 9:01:14 AM EDT Tr
On Monday, May 20, 2024 2:37:07 PM EDT David "Judah's Shadow" Blue wrote:
> On Wednesday, May 15, 2024 9:01:14 AM EDT Troy A. Griffitts wrote:
> > Hi David,
> >
> > Yeah, so a module's config is simply a multimap. We
> > extend multimap with our own class multimapwithdefault to make it nice
> >
On Wednesday, May 15, 2024 9:01:14 AM EDT Troy A. Griffitts wrote:
> Hi David,
>
> Yeah, so a module's config is simply a multimap. We
> extend multimap with our own class multimapwithdefault to make it nice
> to work with when there is only one entry so you can still simply say:
>
> SWBuf x =
Hi David,
Yeah, so a module's config is simply a multimap. We
extend multimap with our own class multimapwithdefault to make it nice
to work with when there is only one entry so you can still simply say:
SWBuf x = configEntries["mykey"];
Just like a map works, but if there is more than one