- use std::vector
- removed views
This commit is contained in:
@@ -26,15 +26,9 @@
|
||||
#ifndef DSP_TYPES_HPP
|
||||
#define DSP_TYPES_HPP
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace dsp {
|
||||
|
||||
template<typename T, size_t SIZE=1024>
|
||||
class vector : public std::vector<T>
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user