dbj

Results 59 comments of dbj

There is only one pitty_fall, heap can not be used. Most of the time.

@rparolin Thanks. People are generally "dazed and confused" when they realize one can do C++ with no C++ exceptions. And arrive at the smaller and faster code. IMHO, EASTL will...

Clarification, you do not want customers to face this ` warning : _HAS_EXCEPTIONS == 0, but _ATL_NO_EXCEPTIONS not defined?` Thus `_ATL_NO_EXCEPTIONS` should depend on ` _HAS_EXCEPTIONS`. AFAIK, `_CPPUNWIND` is not...

https://github.com/electronicarts/EASTL/issues/398#issuecomment-726773600

There is nothing wrong with Neals code. Do not try to change it. Using `utest.h` or `ubench.h` from the windows console app does require the following: 1. in your main()...

To give full and proper advice here is the code to check the Windows version at runtime: ```cpp #include #ifndef WINVER #define WINVER 0x0A00 #endif #ifndef _WIN32_WINNT #define _WIN32_WINNT 0x0A00...

I can confirm as of today (2021-07-13) that is still needed ... My Windows (as of today) is: ``` Microsoft Windows [Version 10.0.19042.1052] ``` If one is using Visual Code...

> I'm also have the same issue on windows 10 with visual studio 2017, it seems that on visual studio 2019 is ok. The issue is attached to the Windows...