Index: algorithm/auxiliary/copy.hpp =================================================================== --- algorithm/auxiliary/copy.hpp (revision 74332) +++ algorithm/auxiliary/copy.hpp (working copy) @@ -53,6 +53,15 @@ }; } + namespace result_of + { + template + struct copy + { + typedef void type; + }; + } + template inline void copy(Seq1 const& src, Seq2& dest)