[llvm-bugs] [Bug 27720] Test std/utilities/memory/allocator.uses/allocator.uses.trait/uses_allocator.pass.cpp contains non-void non-returning function

via llvm-bugs llvm-bugs at lists.llvm.org
Thu May 12 07:33:40 PDT 2016


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

Marshall Clow (home) <mclow.lists at gmail.com> changed:

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

--- Comment #1 from Marshall Clow (home) <mclow.lists at gmail.com> ---
Fixed in revision 269298. Thanks for the catch!

In the test, C and D are testing different failure modes for the uses_allocator
trait, which requires a nested typedef named 'allocator_type'. C has a member
variable with that name, and D has a member function with that name.

-- 
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/20160512/54db8703/attachment.html>


More information about the llvm-bugs mailing list