Jay Krell

Results 8 issues of Jay Krell

Run pacman, with no parameters, it takes a long time

- Combined nmake/Unix Makefile. - _alloca instead of variable size array. - Do not do math on void*, could cast to char*, but in this case, move the uint8_t* cast....

Otherwise gets: Error C2694 'override': overriding virtual function has less restrictive exception specification than base class virtual member function 'base' Similar changes are being made e.g.: https://github.com/boostorg/json/pull/636 See also, similar...

Otherwise gets: Error C2694 'override': overriding virtual function has less restrictive exception specification than base class virtual member function 'base' Similar changes are being made e.g.: https://github.com/boostorg/json/pull/636 And proposed here...

rangemap This is one my favorate data structures. Thank you for implementing it. I believe ranges are under utilized in practise in general. I implemented the "same" thing in C++...

I'm having a very difficult time getting vcpkg hashes to line up, between a pipeline and local build. I really don't want developers to have to build locally. I control...

category:question
Stale