mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Replace boost::shared_array<T> with std::shared_ptr<T[]>
This commit is contained in:
parent
a3d4888be3
commit
5223b176f3
14 changed files with 7 additions and 29 deletions
|
|
@ -21,8 +21,6 @@
|
|||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#include <boost/shared_array.hpp>
|
||||
|
||||
//#include <midi++/types.h>
|
||||
namespace MIDI {
|
||||
typedef unsigned char byte;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue