< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
The current implementation performs the selction based on the
compiler version. When mixing GCC and Clang compiled objects
on RHEL6 this leads to ABI incompatible objects because Clang
pretends to be GCC 4.2 and the system GCC is 4.4.
This patch performs the decision based on the GNU libstdc++
version which is being used. This ensures the same HashMap
implementation across different compilers on a system which
share the same stdlib.
Signed-off-by: Gregor Jasny Gregor.Jasny@xxxxxxxxxx
Reviewed-by: Jupp Mueller Jupp.Mueller@xxxxxxxxxx
git pull https://github.com/gjasny/resiprocate bugfix/select-hashmap-impl-based-on-libstdcpp-version
Or view, comment on, or merge it at:
https://github.com/resiprocate/resiprocate/pull/12
—
Reply to this email directly or view it on GitHub.