mirror of
https://github.com/SOCI/soci.git
synced 2026-05-11 22:30:08 -05:00
80128a18d1
UBSAN gives nonsensical errors for the ODBC job running under Ubuntu 18.04, e.g. it complains that src/core/session.cpp:246:16: runtime error: member call on address 0x607000000250 which does not point to an object of type 'session_backend' 1: 0x607000000250: note: object is of type 'soci::odbc_session_backend' which doesn't make any sense because odbc_session_backend is an object of type session_backend. But apparently something is broken in this compiler version, so disable UBSAN for this job for now.