Thread overview
reg_value_sequence bug in 1.8.2
Oct 29, 2004
Pablo Aguilar
Oct 29, 2004
Matthew
Oct 29, 2004
Pablo Aguilar
Nov 01, 2004
Matthew
October 29, 2004
reg_value_sequence seems not to have been updated to work with auto_buffer's new interface (as in no automatic conversions) and won't compile


October 29, 2004
Weird coincidence. I found that yesterday.

Sorry for the inconvenience.

Please change some_buffer to &some_buffer[0].

Cheers

Matthew


"Pablo Aguilar" <paguilarg@hotmail.com> wrote in message news:clsijb$1hpb$1@digitaldaemon.com...
> reg_value_sequence seems not to have been updated to work with
auto_buffer's
> new interface (as in no automatic conversions) and won't compile
>
>


October 29, 2004
Did that already... well, actually I did some_buffer.data(), and it worked
fine...

BTW, I was looking for that c_str_ptr_extractor you'd mentioned, it isn't in the libs yet is it?


Thanks
Pablo


> Weird coincidence. I found that yesterday.
>
> Sorry for the inconvenience.
>
> Please change some_buffer to &some_buffer[0].
>
> Cheers
>
> Matthew
>
>
> "Pablo Aguilar" <paguilarg@hotmail.com> wrote in message news:clsijb$1hpb$1@digitaldaemon.com...
> > reg_value_sequence seems not to have been updated to work with
> auto_buffer's
> > new interface (as in no automatic conversions) and won't compile


November 01, 2004
"Pablo Aguilar" <paguilarg@hotmail.com> wrote in message news:clu0p8$267$1@digitaldaemon.com...
> Did that already... well, actually I did some_buffer.data(), and it worked
> fine...

That's equally fine.

> BTW, I was looking for that c_str_ptr_extractor you'd mentioned, it isn't in the libs yet is it?

No, it's not in yet.

And it's already been renamed c_str_ptr_inserter. It works a treat, though! ;)

Expect it in 1.8.3, along with lots of new stuff. (Unfortunately, or maybe it's fortunately, I am very busy with my paying clients at the moment, so it'll be a few weeks ...)

Cheers

Matthew

>
>
> Thanks
> Pablo
>
>
>> Weird coincidence. I found that yesterday.
>>
>> Sorry for the inconvenience.
>>
>> Please change some_buffer to &some_buffer[0].
>>
>> Cheers
>>
>> Matthew
>>
>>
>> "Pablo Aguilar" <paguilarg@hotmail.com> wrote in message news:clsijb$1hpb$1@digitaldaemon.com...
>> > reg_value_sequence seems not to have been updated to work with
>> auto_buffer's
>> > new interface (as in no automatic conversions) and won't compile
>
>