No subject


Tue Jan 18 19:35:57 CET 2011


     template<typename _InputIter, typename _OutputIter>
	inline _OutputIter
	__copy(_InputIter __first, _InputIter __last,
	       _OutputIter __result,
	       input_iterator_tag)
     template<typename _InputIter, typename _OutputIter>
	inline _OutputIter
	__copy(_InputIter __first, _InputIter __last,
	       _OutputIter __result,
	       input_iterator_tag)

and so one.

-- Gaby



More information about the PURRS-devel mailing list