wlav

Results 359 comments of wlav

Released with cppyy 2.4.2 and its dependencies.

This was fixed somewhere along the way. :) Either your own matching code or Aaron's updates to it. Regardless, it now runs with cppyy 3.1.1, so closing.

Missed this bug report somehow ... the `thread_local` has been fixed since 3.0.0 (which uses Clang13).

Closing as presumed clarified.

Released with cppyy 2.4.2 and its dependencies.

Which platform? I'm still getting the same missing symbol error on Ubuntu. And to reiterate, it's not possible to take a pointer to a Python`int` (there's no "int-style" memory to...

Cling based on Clang9 can no longer parse the STL headers that ship with the latest MSVC (there was a macro that could be defined as a workaround, but this...

Both still suggest an issue with the PCH (a mix of g++11 and g++9 standard headers). For the first, you could add: ``` #include ``` at the top of `advancedcpp.h`....

The explicit instantiations of the comparison operators was for some CINT stuff; ancient and long gone at this point, so I simply removed them. For the redefines, it remains that...