File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 3434// ===----------------------------------------------------------------------===//
3535
3636#pragma once
37- #if __cplusplus < 201703L
38- #error "This header requires C++17"
39- #endif
4037
4138#include < executorch/extension/kernel_util/meta_programming.h>
4239#include < executorch/extension/kernel_util/type_list.h>
Original file line number Diff line number Diff line change 77 */
88
99#pragma once
10- #if __cplusplus < 201703L
11- #error "This header requires C++17"
12- #endif
1310
1411#include < executorch/extension/kernel_util/type_list.h>
1512#include < cstdlib>
Original file line number Diff line number Diff line change 1111// / Forked from pytorch/c10/util/TypeList.h
1212// / \brief Utilities for working with type lists.
1313#pragma once
14- #if __cplusplus < 201703L
15- #error "This header requires C++17"
16- #endif
1714
1815#include < algorithm>
1916#include < cstddef>
You can’t perform that action at this time.
0 commit comments