You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have an old header generation script to correctly pull in the integer types that are normally defined in stdint.h. It existed primarily for compatibility with implementations that didn't provide those headers in the right places. This hasn't been a concern with current compilers for many years and we should drop that functionality and use stdint.h directly instead of qthreads-int.h.
We currently have an old header generation script to correctly pull in the integer types that are normally defined in
stdint.h
. It existed primarily for compatibility with implementations that didn't provide those headers in the right places. This hasn't been a concern with current compilers for many years and we should drop that functionality and usestdint.h
directly instead ofqthreads-int.h
.The relevant generation script is: https://github.com/sandialabs/qthreads/blob/619afe98edce0098f656c32acf09a12789becad0/config/ax_create_stdint_h.m4
The text was updated successfully, but these errors were encountered: