Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d9694198 authored by hhakim's avatar hhakim
Browse files

Fix MS VS compilation error due to min/max macros.

parent 3df1e006
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@
#include <iostream>
#include <numeric>
namespace Faust
{
template<typename FPP>
......
#ifndef __FAUST_MATBSR_GPU2__
#define __FAUST_MATBSR_GPU2__
#ifdef USE_GPU_MOD
#ifndef NOMINMAX
#define NOMINMAX // avoids VS min/max issue with std::min/max
#endif
#include <complex>
#include "faust_gpu_mod_utils.h"
#include "faust_constant.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment