[llvm-bugs] [Bug 30968] Ambiguous operator: wrong operator visibility resolution

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Dec 6 10:52:37 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=30968

Vassil Vassilev <vvasilev at cern.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Vassil Vassilev <vvasilev at cern.ch> ---
Apparently, this is expected behavior as all header files end up in one module
and the two operators get it the same module.

As Richard pointed out the solution is to move each header file in its own
submodule.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161206/a7bf8dc9/attachment.html>


More information about the llvm-bugs mailing list