TheCoconutChef

Results 13 comments of TheCoconutChef

Long time since the last comment? Why, I myself would _never_ do that! Hmm, is it November already? _Anyway..._ First, your question: the benchmarks included all the changes I had...

I've found two possible solutions for this. One is to modify iterator_facade.hpp such that all method / functions that use `static_assert` as "compile guard" are modified in order to use...

I don't think this is a MSVC issue. You don't have an `update` function. Try adding: ``` model update(model m, action a) { return m; } ``` **Edit** Note that,...