Issue 132474
Summary std::span with volatile non copyable type cannot be constructed
Labels new issue
Assignees
Reporter apache-hb
    Constructing a span containing a non-copyable type fails if volatile qualified, requires specifying a volatile overload for both copy and move constructors. [example](https://godbolt.org/z/zrxz7vT6j). Additionally the behaviour of libc++ and libstdc++ differ when deducing the size of an array type constructor if the type is volatile. [example](https://godbolt.org/z/r6W3KPGW4)
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to