mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 09:31:59 +08:00
Revert "flang: Fix flang build with -Wctad-maybe-unsupported"
-Wctad-maybe-unsupported is now disabled for flang so these explicit
deduction guides are not required.
This reverts commit 248591aabe.
This commit is contained in:
@@ -123,9 +123,6 @@ template <typename A> struct ListItemCount {
|
||||
const std::size_t value;
|
||||
};
|
||||
|
||||
template<typename A>
|
||||
ListItemCount(std::initializer_list<A>) -> ListItemCount<A>;
|
||||
|
||||
#define ENUM_CLASS(NAME, ...) \
|
||||
enum class NAME { __VA_ARGS__ }; \
|
||||
LLVM_ATTRIBUTE_UNUSED static constexpr std::size_t NAME##_enumSize{[] { \
|
||||
|
||||
Reference in New Issue
Block a user