Skip to content

Commit 9ebe48b

Browse files
committed
[libc++] Granularize <ostream>
This also includes `<__ostream/basic_ostream.h>` in `<sstream>` now, reducing the include time of `<complex>` from 819ms to 603ms.
1 parent 6854f6f commit 9ebe48b

File tree

18 files changed

+1223
-1011
lines changed

18 files changed

+1223
-1011
lines changed

libcxx/include/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,8 @@ set(files
584584
__numeric/transform_exclusive_scan.h
585585
__numeric/transform_inclusive_scan.h
586586
__numeric/transform_reduce.h
587+
__ostream/basic_ostream.h
588+
__ostream/print.h
587589
__random/bernoulli_distribution.h
588590
__random/binomial_distribution.h
589591
__random/cauchy_distribution.h

0 commit comments

Comments
 (0)