Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ec021a

Browse files
WIP: Remove enable_if_valid_t
1 parent 51bc094 commit 5ec021a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cores/arduino/Print.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@
3636

3737
#define _always_inline __attribute__ ((__always_inline__)) // undefined at end
3838

39-
template <typename Check, typename T>
40-
struct enable_if_valid {
41-
using type = T;
42-
};
43-
template <typename Check, typename T> using enable_if_valid_t = typename enable_if_valid<Check, T>::type;
44-
45-
4639
namespace detail {
4740
// Returns a value of the given type. No implementation, so this is
4841
// meant for use in decltype only. Identical to std::declval.

0 commit comments

Comments
 (0)