stl-to-libstdcxx.yml 392 B

12345678910111213
  1. # These headers are included from e. g. contrib/restricted/boost
  2. # in order to optimize build times when building against libstdc++.
  3. #
  4. # In ya make, such builds are supported when building with -DUSE_STL_SYSTEM
  5. - includes:
  6. - bits/atomicity.h
  7. - bits/c++config.h
  8. - bits/char_traits.h
  9. - bits/move.h
  10. - bits/stl_algobase.h
  11. - bits/stl_function.h
  12. - bits/stl_move.h
  13. - bits/stl_pair.h