Merge branch 'stable' into master

This commit is contained in:
Dennis Korpel 2024-11-29 12:46:34 +01:00
commit 74c40e9be0
53 changed files with 187 additions and 86 deletions

View file

@ -0,0 +1,5 @@
New trait isCOMClass to detect if a type is a COM class
A COM class inherits from a possibly user defined interface called ``IUnknown``.
To detect this during compilation use the trait ``__traits(isCOMClass, Type)``.
Or for during runtime use the ``TypeInfo_Class`` flag.