[llvm-bugs] [Bug 47806] std::bind presents with #include <string>

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Oct 12 12:12:50 PDT 2020


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

David Blaikie <dblaikie at gmail.com> changed:

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

--- Comment #3 from David Blaikie <dblaikie at gmail.com> ---
C++ allows for a lot of inconsistency - implementation defined or unspecified
behavior (eg: "f(g(), h())" - C++ doesn't specify whether g() or h() is called
first). Inconsistency doesn't mean either implementation is incorrect - only
that they are different, that difference is in this case a valid difference in
implementation between two conforming implementations.

-- 
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/20201012/65a99fdf/attachment.html>


More information about the llvm-bugs mailing list