Other |
---|
tbdUnresolved |
Blocks :
|
In fr/recorder/checkpoint/types/jfrTypeSet.cpp there are some functions named write__klass__xxx that have external linkage and odd names because they are used as template parameters. C++11 no longer requires external linkage for template parameters. Change back to "static" and rename the functions when C++11 becomes available.