stlkrn icon indicating copy to clipboard operation
stlkrn copied to clipboard

C++ STL in the Windows Kernel with C++ Exception Support

Results 3 stlkrn issues
Sort by recently updated
recently updated
newest added

This PR will add support for unordered containers (`unordered_map`, `unordered_multimap`, `unordered_set`, and `unordered_multiset`). To do this I must patch `xhash` from the MSVC STL to eliminate the floating point arithmetic....

Hi every body. When I build your project many errors occurred. I spent some hours for fix this issue but I couldn't to fix this errors. how to fix this...

The issue occurred as soon as some struct allocated through `jxy::make_unique` contained some members of other class types that required a constructor and destructor. ``` struct Globals { Globals() :...