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

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


The BGL (Boost Graph Library) defines tie(), which is exactly what the
tie() defined in STLExtras.h.

The header files of GBL use boost::tie(), and other boost libraries
use boost::tie() too.

How to resolve the ambiguity for compiler?

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




More information about the llvm-dev mailing list