Le vendredi 31 janvier 2014, Val Markovic <[email protected]> a écrit :

> .This is a huge problem in large C++ codebases. It is not fun. An example: 
> every
> version of Xerces-C++ puts its code in a new C++ 
> namespace<http://xerces.apache.org/xerces-c/program-others-3.html>,
> so code is in xerces_3_0, xerces_3_1, xerces_3_2 etc to prevent these kinds
> of issues.
>
>
We did that at work, this seems to be the unique, practical solution. I
don't like when I see a hash in the library file name or symbol name, but
this very efficient for easily manage inter dependency.



-- 
-----
Gaetan
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to