Hi. Is there anywhere on the LLVM code base a reusable bidirectional map similar to or better than http://www.boost.org/doc/libs/1_66_0/libs/bimap/doc/html/index.html? I need one and don't want to reinvent the wheel. Both keys are enums. Thanks, Dvir -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171228/12d902d9/attachment.html>
I think not according to [1]. You can double check include/llvm/ADT. [1] http://llvm.org/docs/ProgrammersManual.html#map-like-containers-std-map-densemap-etc 2017-12-28 20:07 GMT+08:00 Dvir Yitzchaki via llvm-dev < llvm-dev at lists.llvm.org>:> Hi. > > > > Is there anywhere on the LLVM code base a reusable bidirectional map > similar to or better than http://www.boost.org/doc/libs/ > 1_66_0/libs/bimap/doc/html/index.html? > > I need one and don’t want to reinvent the wheel. > > Both keys are enums. > > > > Thanks, > > Dvir > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >-- Wei-Ren Chen (陳韋任) Homepage: https://people.cs.nctu.edu.tw/~chenwj -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180112/0c69ce42/attachment.html>