VCVRack-Simple
VCVRack-Simple copied to clipboard
Compiler ERror
OS:
Simple module pack version: (git SHA1 if builded from sources)
Module concerned: ClockDivider
Description: Compiler Error
Steps to reproduce: make
This is on Centos7 with G++ 4.8.5
g++ -I"." -fPIC -I../../include -I../../dep/include -MMD -g -O3 -march=nocona -ffast-math -fno-finite-math-only -Wall -Wextra -Wno-unused-parameter -DARCH_LIN -std=c++11 -c -o build/src/ClockDivider.cpp.o src/ClockDivider.cpp
In file included from src/ClockDivider.cpp:3:0:
./utils/Algorithm.hpp: In instantiation of ‘constexpr const T& clamp(const T&, const T&, const T&, Compare) [with T = float; Compare = std::less
I guess your compiler is too old. Currently I'm using g++-7.