Files
clang-p2996/libcxx/modules/std
Louis Dionne 4d80df0922 [libc++] Do not forward-declare syncstream outside experimental (#82511)
We only define the classes in `<syncstream>` when experimental library
features are enabled, but we would forward-declare them in `<iosfwd>`
even when they are disabled. This led to confusing error messages about
being unable to instantiate an undefined template.
2024-03-04 18:16:52 -05:00
..
2023-11-24 17:34:30 +01:00
2023-11-08 17:45:06 +01:00
2023-09-16 19:54:19 +01:00