jambolo / Misc

Miscellanous features and functionality not worthy of individual projects
https://jambolo.github.io/docs/Misc/html/
MIT License
0 stars 0 forks source link

Tests for Assertx.h are disabled #2

Open jambolo opened 4 years ago

jambolo commented 4 years ago

The tests for Assertx.h are disabled until I can figure out how to wedge in a replacement for _wassert.

jambolo commented 4 years ago

Difficulties:

  1. cassert and assert.h do not have include guards.
  2. _wassert is a function with DLL linkage.