0
中使用BOOST_TYPEOF
以下內容可以在一行中完成嗎?在表達式
typedef BOOST_TYPEOF(generator) G;
typename G::value_type next;
typename BOOST_TYPEOF(generator)::value_type next; //does not compile
謝謝
再次感謝你。 確實工作和解釋對我有意義 – Anycorn 2010-07-02 00:36:31