Matt Feemster

Results 6 issues of Matt Feemster

This code in `flam3_interpolate()` appears to be buggy for two reasons: ``` if (0 == i1) { fprintf(stderr, "error: cannot use smooth interpolation on first segment.\n"); fprintf(stderr, "reverting to linear...

If prettyprint98.hpp is being built with a C++11 compiler, the calls to begin() and end() are ambiguous with the std:: versions of them, and produce an error. Qualify them like...

On your main page here: http://louisdx.github.io/cxx-prettyprint/ The link to prettyprint98.hpp actually points to the C++11 version, prettyprint.hpp

The code for const function delegates causes a compilation error in VC++ 2013: ``` template class Delegate : public BaseDelegate { typedef BaseDelegate Base; public: Delegate(void* callee, typename Base::Pointer2Function function)...

Repro steps: Install AStyle 2017 in VS 2017 Export to a file using Extension Manager which will produce a file with the following contents: { "id": "56f16707-f22d-41b8-8706-d9ef0e89921c", "name": "My Visual...

… which will give the same result because the sizes are always a power of two. Move dictionary creation outside of the performance loops since we're more interested in insertion...