C standard library functions and types are now prefixed with std:: (#227)

This commit is contained in:
Tyler Veness
2016-09-14 20:52:06 -07:00
committed by Peter Johnson
parent dbe03afb9a
commit 087eeec760
20 changed files with 56 additions and 54 deletions

View File

@@ -7,8 +7,8 @@
#include "Filters/LinearDigitalFilter.h"
#include <assert.h>
#include <math.h>
#include <cassert>
#include <cmath>
/**
* Create a linear FIR or IIR filter.