8000 Delegate template programming for > 3 platforms is interesting. · dok-net/arduino-esp8266@2433994 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2433994

Browse files
committed
Delegate template programming for > 3 platforms is interesting.
1 parent 0f3fc95 commit 2433994

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cores/esp8266/Delegate.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,13 +1776,11 @@ template<typename R, typename A, typename... P> class Delegate<R(P...), A> : pub
17761776
{
17771777
public:
17781778
using detail::Delegate<R, A, P...>::Delegate;
1779-
using detail::Delegate<R, A, P...>::operator=;
17801779
};
17811780
template<typename R, typename... P> class Delegate<R(P...)> : public detail::Delegate<R, void, P...>
17821781
{
17831782
public:
17841783
using detail::Delegate<R, void, P...>::Delegate;
1785-
using detail::Delegate<R, void, P...>::operator=;
17861784
};
17871785

17881786
#endif // __Delegate_h

0 commit comments

Comments
 (0)
0