
8 Nov
2010
8 Nov
'10
4:33 p.m.
----- Original Message ----- From: "Aleksey Gurtovoy" <agurtovoy@meta-comm.com> To: <boost@lists.boost.org> Sent: Monday, November 08, 2010 10:55 AM Subject: Re: [boost] [mpl] mpl::c_str fails for mpl::push_back
On Sun, 07 Nov 2010 02:00:42 -0600, vicente.botet <vicente.botet@wanadoo.fr> wrote:
Ah, I've forget to ask: How is it that it works for gcc-3.4, gcc-4.3, gcc-4.5? Where is the value_type defined?
It's an implementation artifact: GCC has typeof, and typeof-based vectors use inheritance to build push_back's result:
<snip>
HTH,
yes. I wanted just to know if ths was normal. Best, Vicente