Replace boost::shared_array<T> with std::shared_ptr<T[]>
This commit is contained in:
committed by
Robin Gareus
parent
a3d4888be3
commit
5223b176f3
@@ -21,8 +21,6 @@
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#include <boost/shared_array.hpp>
|
||||
|
||||
//#include <midi++/types.h>
|
||||
namespace MIDI {
|
||||
typedef unsigned char byte;
|
||||
|
||||
Reference in New Issue
Block a user