Use O2LongInt aliased to long int instead of int64_t in persistent ob…#13803
Use O2LongInt aliased to long int instead of int64_t in persistent ob…#13803shahor02 merged 1 commit intoAliceO2Group:devfrom
Conversation
…jects with pair<...> This is to make readable on the MacOS the CCDB objects with pair<std::int64_t,...> (stored as pair<long int, ...>). A static_assert is added to ensure that the long int is at least 8 bytes long.
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
Hi @chiarazampolli http://alice-ccdb.cern.ch/browse/FV0/Calib/DCSDPs |
|
Hi @shahor02 , Thanks for taking care. I need to recompile quite an old O2 version, I will let you know when I manage. Chiara |
|
Hello @shahor02 , For me now it works on macos: {code} |
|
Thanks for checking, merging. |
…jects with pair<...>
This is to make readable on the MacOS the CCDB objects with pairstd::int64_t,... (stored as pair<long int, ...>). A static_assert is added to ensure that the long int is at least 8 bytes long.