You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, trying to build generator on OS X using C++11 fails with this error...
In file included from /Users/r/Documents/Development/C++/generator-master/src/EmptyPath.cpp:8:
In file included from /Users/r/Documents/Development/C++/generator-master/include/generator/EmptyPath.hpp:10:
/Users/r/Documents/Development/C++/generator-master/include/generator/Iterator.hpp:35:33: error: no type named 'input_iterator_tag' in namespace 'std'
using iterator_category = std::input_iterator_tag;
~~~~~^
1 error generated.
/Users/r/Documents/Development/C++/generator-master/include/generator/Iterator.hpp:35:33: No type named 'input_iterator_tag' in namespace 'std'
I think that it has something to do with iterators being deprecated but i don't know.
All help is welcome, thank you !
The text was updated successfully, but these errors were encountered:
Hi, trying to build generator on OS X using C++11 fails with this error...
I think that it has something to do with iterators being deprecated but i don't know.
All help is welcome, thank you !
The text was updated successfully, but these errors were encountered: