Include <cmeow> instead of <meow.h>, Part 2 (#2852)

Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
This commit is contained in:
Igor Zhukov 2022-07-21 07:15:26 +07:00 коммит произвёл GitHub
Родитель 97b476c17f
Коммит 0f47cb72cf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
310 изменённых файлов: 503 добавлений и 503 удалений

Просмотреть файл

@ -4,9 +4,9 @@
#pragma once
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <random>
#include <stddef.h>
#include <stdint.h>
#include <vector>
#include <xoshiro.hpp>

Просмотреть файл

@ -3,8 +3,8 @@
#include <algorithm>
#include <benchmark/benchmark.h>
#include <stddef.h>
#include <string.h>
#include <cstddef>
#include <cstring>
#include <type_traits>
#include <vector>

Просмотреть файл

@ -12,11 +12,11 @@
#if (defined(_M_IX86) || defined(_M_X64)) && !defined(_M_ARM64EC)
#include <cstdint>
#include <emmintrin.h>
#include <immintrin.h>
#include <intrin0.h>
#include <isa_availability.h>
#include <stdint.h>
extern "C" long __isa_enabled;

Просмотреть файл

@ -3,7 +3,7 @@
#include <yvals_core.h>
#include <stdlib.h>
#include <cstdlib>
#include <synchapi.h>
// This must be as small as possible, because its contents are

Просмотреть файл

@ -27,7 +27,7 @@ _EXTERN_C
} // STET
#if 0
#include <stdio.h>
#include <cstdio>
static void printit(const char* s, FTYPE* p, int n) { // print xp array
int i;

Просмотреть файл

@ -2,8 +2,8 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#pragma once
#include <stdio.h>
#include <wchar.h>
#include <cstdio>
#include <cwchar>
struct constexpr_char_traits {
typedef char char_type;

Просмотреть файл

@ -40,7 +40,7 @@
#endif // defined(FP_CONTRACT_MODE)
#include <cassert>
#include <float.h>
#include <cfloat>
struct fenv_initializer_t {
fenv_initializer_t() {

Просмотреть файл

@ -3,7 +3,7 @@
#pragma once
#include <stdint.h>
#include <cstdint>
#include <utility>
constexpr std::pair<const char*, uint64_t> floating_point_test_cases_double[] = {

Просмотреть файл

@ -6,13 +6,13 @@
// Notably, all permutations of all iterator strengths are tested.
#include <algorithm>
#include <cstddef>
#include <forward_list>
#include <functional>
#include <iterator>
#include <list>
#include <memory>
#include <numeric>
#include <stddef.h>
#include <type_traits>
#if _HAS_CXX17 && !defined(_M_CEE)

Просмотреть файл

@ -1,10 +1,10 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <cstddef>
#include <cstdlib>
#include <new>
#include <stddef.h>
#include <stdlib.h>
#pragma once
#pragma warning(push)

Просмотреть файл

@ -3,7 +3,7 @@
#pragma once
#include <algorithm>
#include <stddef.h>
#include <cstddef>
#include <thread>
#ifdef EXHAUSTIVE

Просмотреть файл

@ -3,11 +3,11 @@
#pragma once
#include <assert.h>
#include <atomic>
#include <cassert>
#include <chrono>
#include <cstring>
#include <memory>
#include <string.h>
#include <thread>
template <template <class> class Template, class UnderlyingType>

Просмотреть файл

@ -3,9 +3,9 @@
#pragma once
#include <crtdbg.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include <string>
#include <vector>

Просмотреть файл

@ -6,11 +6,11 @@
#define _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING
#include <algorithm>
#include <cstring>
#include <experimental/filesystem>
#include <filesystem>
#include <iterator>
#include <random>
#include <string.h>
#include <string>
inline std::string get_test_directory_subname(const char* const testName, const size_t testNameLength) {

Просмотреть файл

@ -2,8 +2,8 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#pragma once
#include <cstdio>
#include <regex>
#include <stdio.h>
#include <string>
class regex_fixture {

Просмотреть файл

@ -5,9 +5,9 @@
#include <chrono>
#include <condition_variable>
#include <cstdio>
#include <cstdlib>
#include <mutex>
#include <stdio.h>
#include <stdlib.h>
#include <thread>
#include <Windows.h>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <sstream>
int main() {

Просмотреть файл

@ -26,8 +26,8 @@
#define CRTDBG_MAP_ALLOC
#include <crtdbg.h>
#include <cstdlib>
#include <sstream>
#include <stdlib.h>
#include <Windows.h>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <list>
struct Val {

Просмотреть файл

@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <algorithm>
#include <assert.h>
#include <cassert>
#include <list>
// This test makes sure that the search_n algorithm behaves correctly.

Просмотреть файл

@ -85,14 +85,14 @@
// deque<int>::iterator: Previously 12, 16, 16, 12, 8. Now 12, 8, 8, 8, 8.
#include <algorithm>
#include <assert.h>
#include <cassert>
#include <cstddef>
#include <cstdio>
#include <cstring>
#include <deque>
#include <iterator>
#include <list>
#include <set>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <vector>
using namespace std;

Просмотреть файл

@ -49,9 +49,9 @@
// correctness to all known cases, and also increases efficiency (as iterator destructors
// in debug mode with iterator debugging disabled now perform no extra work).
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <cassert>
#include <cstdio>
#include <cstring>
#include <vector>
using namespace std;

Просмотреть файл

@ -1,9 +1,9 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <cstdio>
#include <locale>
#include <stdio.h>
#include <Windows.h>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <locale>
#include <Windows.h>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <sstream>
#include <typeinfo>

Просмотреть файл

@ -1,16 +1,16 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <cstddef>
#include <cstdio>
#include <cstdlib>
#include <deque>
#include <forward_list>
#include <list>
#include <map>
#include <new>
#include <set>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <unordered_map>
#include <unordered_set>
#include <vector>

Просмотреть файл

@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <algorithm>
#include <assert.h>
#include <cassert>
#include <iterator>
#include <sstream>
#include <string>

Просмотреть файл

@ -2,9 +2,9 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <algorithm>
#include <assert.h>
#include <cassert>
#include <cmath>
#include <functional>
#include <math.h>
#include <vector>
using namespace std;

Просмотреть файл

@ -12,14 +12,14 @@
// Big is 7 * 64 bits to disable the Small Functor Optimization.
#include <algorithm>
#include <assert.h>
#include <cassert>
#include <cstddef>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <functional>
#include <memory>
#include <new>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <vector>
using namespace std;

Просмотреть файл

@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <algorithm>
#include <assert.h>
#include <cassert>
#include <vector>
struct X {

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <set>
#include <vector>

Просмотреть файл

@ -1,11 +1,11 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <climits>
#include <cmath>
#include <limits.h>
#include <cstdlib>
#include <stdexcept>
#include <stdlib.h>
#include <unordered_set>
#include <utility>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <functional>
#include <type_traits>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <functional>
using namespace std;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <string>
#include <tuple>
#include <utility>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <tuple>
#include <utility>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <functional>
using namespace std;

Просмотреть файл

@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <__msvc_all_public_headers.hpp>
#include <assert.h>
#include <cassert>
namespace fs = std::experimental::filesystem;

Просмотреть файл

@ -1,12 +1,12 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <cstddef>
#include <cstdio>
#include <cstdlib>
#include <locale>
#include <new>
#include <regex>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
using namespace std;

Просмотреть файл

@ -1,10 +1,10 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <cstdlib>
#include <functional>
#include <memory>
#include <stdlib.h>
using namespace std;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <functional>
using namespace std;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <functional>
using namespace std;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <string>
#include <tuple>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <functional>
using namespace std;

Просмотреть файл

@ -2,10 +2,10 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <algorithm>
#include <assert.h>
#include <cassert>
#include <cstdint>
#include <execution>
#include <random>
#include <stdint.h>
#include <vector>
using namespace std;

Просмотреть файл

@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <algorithm>
#include <assert.h>
#include <cassert>
#include <functional>
#include <vector>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <sstream>
int main() {

Просмотреть файл

@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <algorithm>
#include <assert.h>
#include <cassert>
#include <functional>
#include <iterator>
#include <random>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <memory>
using namespace std;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <functional>
using namespace std;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <functional>
#include <random>

Просмотреть файл

@ -2,12 +2,12 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <algorithm>
#include <assert.h>
#include <cassert>
#include <cstddef>
#include <cstdlib>
#include <cstring>
#include <memory>
#include <new>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
using namespace std;

Просмотреть файл

@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <algorithm>
#include <assert.h>
#include <cassert>
#include <cctype>
#include <sstream>
#include <string>

Просмотреть файл

@ -3,9 +3,9 @@
#include <algorithm>
#include <array>
#include <assert.h>
#include <cassert>
#include <cstring>
#include <functional>
#include <string.h>
#include <type_traits>
using namespace std;

Просмотреть файл

@ -1,10 +1,10 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <cstddef>
#include <functional>
#include <new>
#include <stddef.h>
#include <tuple>
#include <vector>

Просмотреть файл

@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#define _HAS_AUTO_PTR_ETC 1
#include <assert.h>
#include <cassert>
#include <memory>
#include <utility>

Просмотреть файл

@ -4,12 +4,12 @@
#define _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS
#include <array>
#include <stddef.h>
#include <stdlib.h>
#include <cstddef>
#include <cstdlib>
#ifndef _M_CEE_PURE
#include <atomic>
#endif // _M_CEE_PURE
#include <assert.h>
#include <cassert>
#include <deque>
#include <exception>
#include <forward_list>

Просмотреть файл

@ -6,7 +6,7 @@
// family of functions"
#include <algorithm>
#include <assert.h>
#include <cassert>
#include <iterator>
#include <utility>

Просмотреть файл

@ -1,12 +1,12 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <cmath>
#include <complex>
#include <cstdint>
#include <cstring>
#include <limits>
#include <stdint.h>
#include <string.h>
#include <type_traits>
using namespace std;

Просмотреть файл

@ -1,7 +1,9 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <cstddef>
#include <cstdlib>
#include <deque>
#include <forward_list>
#include <functional>
@ -10,8 +12,6 @@
#include <memory>
#include <regex>
#include <set>
#include <stddef.h>
#include <stdlib.h>
#include <string>
#include <unordered_map>
#include <unordered_set>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <deque>
#include <list>
#include <map>

Просмотреть файл

@ -2,9 +2,9 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <array>
#include <assert.h>
#include <cassert>
#include <cstdlib>
#include <deque>
#include <stdlib.h>
#include <string>
#include <vector>

Просмотреть файл

@ -2,13 +2,13 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <array>
#include <assert.h>
#include <cassert>
#include <cstdlib>
#include <deque>
#include <forward_list>
#include <list>
#include <map>
#include <set>
#include <stdlib.h>
#include <string>
#include <unordered_map>
#include <unordered_set>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <list>
#include <vector>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <functional>
#include <string>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <string>
#include <tuple>

Просмотреть файл

@ -1,12 +1,12 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <cstddef>
#include <cstdlib>
#include <cstring>
#include <new>
#include <regex>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
using namespace std;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <memory>
#include <string>
#include <utility>

Просмотреть файл

@ -3,10 +3,10 @@
#define _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS
#include <assert.h>
#include <cassert>
#include <cstdlib>
#include <hash_map>
#include <map>
#include <stdlib.h>
#include <unordered_map>
using namespace std;

Просмотреть файл

@ -1,9 +1,9 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <cstring>
#include <new>
#include <string.h>
using namespace std;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <string>
#include <tuple>
#include <utility>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <memory>
#include <string>
#include <utility>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <tuple>
#include <utility>

Просмотреть файл

@ -2,9 +2,9 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <algorithm>
#include <assert.h>
#include <cassert>
#include <cstdlib>
#include <random>
#include <stdlib.h>
#include <string>
#include <vector>

Просмотреть файл

@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <algorithm>
#include <assert.h>
#include <cassert>
#include <iterator>
#include <list>
#include <vector>

Просмотреть файл

@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <algorithm>
#include <assert.h>
#include <cassert>
#include <iterator>
#include <type_traits>
#include <utility>

Просмотреть файл

@ -2,6 +2,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <array>
#include <cstddef>
#include <deque>
#include <filesystem>
#include <forward_list>
@ -10,7 +11,6 @@
#include <map>
#include <set>
#include <span>
#include <stddef.h>
#include <string>
#include <string_view>
#include <type_traits>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <functional>
#include <string>

Просмотреть файл

@ -4,7 +4,7 @@
#define _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS
#include <algorithm>
#include <assert.h>
#include <cassert>
#include <hash_map>
#include <hash_set>
#include <map>

Просмотреть файл

@ -1,7 +1,8 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <cstddef>
#include <deque>
#include <forward_list>
#include <functional>
@ -9,7 +10,6 @@
#include <list>
#include <memory>
#include <set>
#include <stddef.h>
#include <unordered_set>
#include <utility>
#include <vector>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <string>
using namespace std;

Просмотреть файл

@ -3,13 +3,13 @@
#include <algorithm>
#include <array>
#include <assert.h>
#include <cassert>
#include <cstdlib>
#include <forward_list>
#include <iterator>
#include <list>
#include <memory>
#include <sstream>
#include <stdlib.h>
#include <string>
#include <vector>

Просмотреть файл

@ -2,10 +2,10 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <algorithm>
#include <assert.h>
#include <cassert>
#include <cstdio>
#include <cstdlib>
#include <regex>
#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <test_regex_support.hpp>

Просмотреть файл

@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <algorithm>
#include <assert.h>
#include <cassert>
#include <vector>
using namespace std;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <memory>
using namespace std;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <memory>
#include <utility>
#ifndef _M_CEE_PURE // in /clr:pure we miss runtime coverage of weak_ptr converting constructor

Просмотреть файл

@ -2,10 +2,10 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <algorithm>
#include <assert.h>
#include <bitset>
#include <cassert>
#include <cstdlib>
#include <stdexcept>
#include <stdlib.h>
#include <string>
using namespace std;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <deque>
#include <vector>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <deque>
#include <vector>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <functional>
#include <utility>

Просмотреть файл

@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <algorithm>
#include <assert.h>
#include <cassert>
#include <functional>
#include <vector>

Просмотреть файл

@ -3,7 +3,7 @@
// REQUIRES: debug_CRT
#include <assert.h>
#include <cassert>
#include <crtdbg.h>
#include <locale>
#include <new>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <sstream>
using namespace std;

Просмотреть файл

@ -3,13 +3,13 @@
#include <algorithm>
#include <array>
#include <assert.h>
#include <cassert>
#include <cstdlib>
#include <deque>
#include <forward_list>
#include <functional>
#include <iterator>
#include <list>
#include <stdlib.h>
#include <string>
#include <utility>
#include <vector>

Просмотреть файл

@ -5,7 +5,8 @@
#define _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING
#include <array>
#include <assert.h>
#include <cassert>
#include <cstring>
#include <deque>
#include <experimental/filesystem>
#include <filesystem>
@ -17,7 +18,6 @@
#include <regex>
#include <set>
#include <span>
#include <string.h>
#include <string>
#include <type_traits>
#include <unordered_map>

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <assert.h>
#include <cassert>
#include <iomanip>
#include <iostream>
#include <sstream>

Просмотреть файл

@ -17,7 +17,7 @@
// -5- Complexity: At most last - first swaps.
#include <algorithm>
#include <assert.h>
#include <cassert>
#include <forward_list>
#include <iterator>
#include <list>

Просмотреть файл

@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <array>
#include <assert.h>
#include <cassert>
#include <functional>
#include <memory>
#include <string>

Просмотреть файл

@ -8,7 +8,7 @@
#include <algorithm>
#include <array>
#include <assert.h>
#include <cassert>
#include <chrono>
#include <complex>
#include <cstddef>

Просмотреть файл

@ -14,7 +14,7 @@
// a value-initialized iterator as the source of a copy or move operation."
#include <array>
#include <assert.h>
#include <cassert>
#include <deque>
#include <forward_list>
#include <list>

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше