c++.stlsoft - reg_value_sequence bug in 1.8.2
- Pablo Aguilar (2/2) Oct 28 2004 reg_value_sequence seems not to have been updated to work with auto_buff...
- Matthew (8/10) Oct 28 2004 Weird coincidence. I found that yesterday.
- Pablo Aguilar (6/16) Oct 29 2004 Did that already... well, actually I did some_buffer.data(), and it work...
- Matthew (8/31) Oct 31 2004 No, it's not in yet.
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
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 withauto_buffer'snew interface (as in no automatic conversions) and won't compile
Oct 28 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 PabloWeird 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 withauto_buffer'snew interface (as in no automatic conversions) and won't compile
Oct 29 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 MatthewThanks PabloWeird 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 withauto_buffer'snew interface (as in no automatic conversions) and won't compile
Oct 31 2004