History log of /llvm-project/libcxx/include/__fwd/byte.h (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3, llvmorg-19.1.2, llvmorg-19.1.1, llvmorg-19.1.0
# f8350f13 06-Sep-2024 Louis Dionne <ldionne.2@gmail.com>

[libc++][modules] Introduce a forward-declaration for std::byte (#107402)

We need a forward-declaration so that we can know about std::byte from
some type traits without having to include std::byte

[libc++][modules] Introduce a forward-declaration for std::byte (#107402)

We need a forward-declaration so that we can know about std::byte from
some type traits without having to include std::byte's definition, which
(circularly) depends back on type traits.

show more ...