Skip to content

Commit

Permalink
Update ex6_22.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooophy authored and pezy committed Jun 22, 2015
1 parent aad0373 commit 4dfe99f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ch06/ex6_22.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
//! Write a function to swap two int pointers.
//!
#include <iostream>
#include <string>
#include <vector>

void swap(int*& lft, int*& rht)
{
Expand Down

0 comments on commit 4dfe99f

Please sign in to comment.