Fix copy_n to increment only n-1 times for an input iterator. This works much...
Fix copy_n to increment only n-1 times for an input iterator. This works much better with std::istream_iterator<int>(std::cin). Credit: Matan Nassau. llvm-svn: 126581
Loading
Please sign in to comment