ATLAS Offline Software
Loading...
Searching...
No Matches
ubsan_boost_suppress.cxx
Go to the documentation of this file.
1/*
2 * Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration.
3 */
4
5// $Id$
12
13
15#include "boost/format.hpp"
16
17
18namespace Athena {
19
20
22{
23 // See <https://svn.boost.org/trac/boost/ticket/11632>
24 CxxUtils::ubsan_suppress ([]() { boost::format("%1%") % "asd"; });
25 return 0;
26}
27
28
30
31
32} // namespace Athena
Some weak symbol referencing magic... These are declared in AthenaKernel/getMessageSvc....
int ubsan_boost_suppress()
void ubsan_suppress(void(*func)())
Helper for suppressing ubsan warnings.
Helper for suppressing ubsan warnings.