Replace boost::shared_array<T> with std::shared_ptr<T[]>

This commit is contained in:
Alejandro Domínguez
2024-08-26 07:29:47 +02:00
committed by Robin Gareus
parent a3d4888be3
commit 5223b176f3
14 changed files with 7 additions and 29 deletions

View File

@@ -21,8 +21,6 @@
#include <iostream>
#include <vector>
#include <boost/shared_array.hpp>
//#include <midi++/types.h>
namespace MIDI {
typedef unsigned char byte;