Skip to content

Commit

Permalink
Merge pull request #11 from lsst/tickets/DM-6096
Browse files Browse the repository at this point in the history
Replace boost::scoped_array with std::unique_ptr
  • Loading branch information
Pim Schellart authored and Pim Schellart committed May 24, 2016
2 parents 8e5c79d + 8506f0c commit cdb69c5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Jointcal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

#include <stdlib.h> /* for getenv */

//#include "boost/scoped_array.hpp"
//#include "boost/shared_array.hpp"
//#include "boost/multi_index_container.hpp"
//#include "boost/multi_index/sequenced_index.hpp"
Expand Down
1 change: 0 additions & 1 deletion src/test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <utility>
#include <vector>

#include "boost/scoped_array.hpp"
#include "boost/shared_array.hpp"
#include "boost/multi_index_container.hpp"
#include "boost/multi_index/sequenced_index.hpp"
Expand Down
1 change: 0 additions & 1 deletion src/test2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <utility>
#include <vector>

//#include "boost/scoped_array.hpp"
//#include "boost/shared_array.hpp"
//#include "boost/multi_index_container.hpp"
//#include "boost/multi_index/sequenced_index.hpp"
Expand Down

0 comments on commit cdb69c5

Please sign in to comment.