10 Dec
2015
10 Dec
'15
6:09 p.m.
Le 10/12/2015 08:30, Emil Dotchevski a écrit :
On Wed, Dec 9, 2015 at 10:36 PM, Vicente J. Botet Escriba < vicente.botet@wanadoo.fr> wrote:
Le 10/12/2015 00:15, Emil Dotchevski a écrit :
On Wed, Dec 9, 2015 at 2:51 PM, Vicente J. Botet Escriba < vicente.botet@wanadoo.fr> wrote:
The problem appear when two such programmers do it (think of 3pp).
If within one program two programmers introduce two different definitions under the same name, yes you have ODR but that is hardly a library problem. :)
Hmm. This is a library issue, because the library provides an interface that allows to configure types that don't know each other by two different parts. TBoost.Conversion was rejected exactly by this reason. Vicente