www.digitalmars.com         C & C++   DMDScript  

c++.stlsoft - reg_value_sequence bug in 1.8.2

reply "Pablo Aguilar" <paguilarg hotmail.com> writes:
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
Oct 28 2004
parent reply "Matthew" <admin stlsoft.dot.dot.dot.dot.org> writes:
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
Oct 28 2004
parent reply "Pablo Aguilar" <paguilarg hotmail.com> writes:
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
Oct 29 2004
parent "Matthew" <admin.hat stlsoft.dot.org> writes:
"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
Oct 31 2004