$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Checking library binary compatibility with respect to compile time options
From: Alec Ross (alec_at_[hidden])
Date: 2010-08-05 05:44:20
In message <4C59D5CE.9010208_at_[hidden]>, joel falcou <joel.falcou_at_[hidden]>
writes
>I was pondering how to event or at least warn users when they use a .a
>compiled with a set of define with an
>application compiled with divergent options (like having different -D
>that may cause ODR violation).
>
...
It might be worth mentioning the --detect-odr-violations
option of the gcc gold linker here. No?
-- Alec Ross