I want to include matrix library to my project, but when i include matrix.h and matrix.hpp here are errors :
initializer_list: No such file or directory
error: tuple: No such file or directory
error: type_traits: No such file or directory
Lines
#include <initializer_list>
#include <algorithm>
#include <tuple>
#include <memory>
#include <iostream>
#include <string>
#include <type_traits>
truble it. Help,plz. I think here is some kind of problem with standards
gcc 4.8; Mac OS