Browse Source

LAS-2 I hope that default template argument would make modern clang++ happy.

sync
Roker 7 years ago
parent
commit
02f6123646
  1. 3
      Adapter.hh

3
Adapter.hh

@ -22,7 +22,8 @@ namespace pEp {
};
namespace Adapter {
template<class T> void startup(
template<class T = void>
void startup(
messageToSend_t messageToSend,
notifyHandshake_t notifyHandshake,
T *obj = nullptr,

Loading…
Cancel
Save