Extracting a sequence of fundamental values doesn't work because as_size needs to be an lvalue, not an rvalue. Change line 115 of cxx/tree/stream-extraction.hxx to use a variable, as is done for the non-fundamental-type case, earlier in the file. -- Ray Lischner, Proteus Technologies