[LLVMdev] name collision - llvm::tie and boost::tie

Tzu-Chien Chiu tzuchien.chiu at gmail.com
Thu Sep 22 08:09:07 PDT 2005


On 22/09/05, Bill Wendling <isanbard at gmail.com> wrote:
> Couldn't you state the explicit namespaces. So not using "using
> namespace llvm" and instead prefix all calls with "llvm::"?

The header files in boost do not use fully-qualified tie(). I probably
should not modify them. But my .cpp file #include them.

I hope I could "using namespace"  boost and llvm in .cpp file, because
it's tedious to use fully-qualified identifiers in boost and llvm
namespace.

--
Tzu-Chien Chiu,
3D Graphics Hardware Architect
<URL:http://www.csie.nctu.edu.tw/~jwchiu>




More information about the llvm-dev mailing list