We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598c5d6 commit 3e9e62bCopy full SHA for 3e9e62b
flang/include/flang/Common/enum-class.h
@@ -17,7 +17,6 @@
17
#ifndef FORTRAN_COMMON_ENUM_CLASS_H_
18
#define FORTRAN_COMMON_ENUM_CLASS_H_
19
20
-#include "optional.h"
21
#include <array>
22
#include <functional>
23
#include <string_view>
flang/include/flang/Common/optional.h
@@ -27,9 +27,7 @@
27
#define FORTRAN_COMMON_OPTIONAL_H
28
29
#include "api-attrs.h"
30
-#include <functional>
31
#include <optional>
32
-#include <type_traits>
33
34
#if !defined(STD_OPTIONAL_UNSUPPORTED) && \
35
(defined(__CUDACC__) || defined(__CUDA__)) && defined(__CUDA_ARCH__)
0 commit comments