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

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

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

--- Comment #1 from Eric Fiselier <e...@efcs.ca> ---
`std::iterator` is a private base class in your example. Making it public fixes
the code.

https://godbolt.org/z/AeYW_q

-- 
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