Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions extension/kernel_util/make_boxed_from_unboxed_functor.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
//===----------------------------------------------------------------------===//

#pragma once
#if __cplusplus < 201703L
#error "This header requires C++17"
#endif

#include <executorch/extension/kernel_util/meta_programming.h>
#include <executorch/extension/kernel_util/type_list.h>
Expand Down
3 changes: 0 additions & 3 deletions extension/kernel_util/meta_programming.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
*/

#pragma once
#if __cplusplus < 201703L
#error "This header requires C++17"
#endif

#include <executorch/extension/kernel_util/type_list.h>
#include <cstdlib>
Expand Down
3 changes: 0 additions & 3 deletions extension/kernel_util/type_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
/// Forked from pytorch/c10/util/TypeList.h
/// \brief Utilities for working with type lists.
#pragma once
#if __cplusplus < 201703L
#error "This header requires C++17"
#endif

#include <algorithm>
#include <cstddef>
Expand Down
Loading