precompiled_headers.txt 988 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. # stdlib
  2. # ------
  3. # C stuff:
  4. <cassert>
  5. <cctype>
  6. <cerrno>
  7. <cfenv>
  8. <cfloat>
  9. <cinttypes>
  10. <ciso646>
  11. <climits>
  12. <clocale>
  13. <cmath>
  14. <csetjmp>
  15. <csignal>
  16. <cstdarg>
  17. <cstdbool>
  18. <cstddef>
  19. <cstdint>
  20. <cstdio>
  21. <cstdlib>
  22. <cstring>
  23. <ctgmath>
  24. <ctime>
  25. <cuchar>
  26. <cwchar>
  27. <cwctype>
  28. # Containers:
  29. <array>
  30. <deque>
  31. <forward_list>
  32. <list>
  33. <map>
  34. <queue>
  35. <set>
  36. <stack>
  37. <unordered_map>
  38. <unordered_set>
  39. <vector>
  40. # Input/Output:
  41. <fstream>
  42. <iomanip>
  43. <ios>
  44. <iosfwd>
  45. <iostream>
  46. <istream>
  47. <ostream>
  48. <sstream>
  49. <streambuf>
  50. # Multi-threading:
  51. <atomic>
  52. <condition_variable>
  53. <future>
  54. <mutex>
  55. <shared_mutex>
  56. <thread>
  57. # Other:
  58. <algorithm>
  59. <any>
  60. <bitset>
  61. <charconv>
  62. <chrono>
  63. <codecvt>
  64. <complex>
  65. <exception>
  66. <execution>
  67. <functional>
  68. <initializer_list>
  69. <iterator>
  70. <limits>
  71. <locale>
  72. <memory>
  73. <memory_resource>
  74. <new>
  75. <numeric>
  76. <optional>
  77. <random>
  78. <ratio>
  79. <regex>
  80. <stdexcept>
  81. <string>
  82. <string_view>
  83. <system_error>
  84. <tuple>
  85. <typeindex>
  86. <typeinfo>
  87. <type_traits>
  88. <utility>
  89. <valarray>
  90. <variant>
  91. # libs
  92. # ----
  93. # jsoncpp
  94. <json/json.h>