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

Eric Fiselier <e...@efcs.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |e...@efcs.ca
         Resolution|---                         |INVALID

--- Comment #1 from Eric Fiselier <e...@efcs.ca> ---
Yes. The allocator needs to be rebindable according to the spec here:
http://eel.is/c++draft/allocator.requirements#3

That doesn't strictly require a rebind template, but it does specify that
`IntAllocator` is not allowed in its current state.

NAD.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to