K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-01-06T14:18:59.640682Z K 7 svn:log V 936 devel/libsigc++12: unbreak build with Clang 6 (C++14 by default) bind_test.cc:24:17: error: no viable conversion from '__bind, int>' to 'Slot0' Slot0 s=bind(slot(&foo),1); ^ ~~~~~~~~~~~~~~~~~~ ../sigc++/slot.h:207:7: note: candidate constructor not viable: no known conversion from '__bind, int>' to 'const SigC::Slot0 &' for 1st argument Slot0(const Slot0& s) ^ ../sigc++/slot.h:210:7: note: candidate constructor not viable: no known conversion from '__bind, int>' to 'SigC::SlotNode *' for 1st argument Slot0(SlotNode* node) ^ ../sigc++/slot.h:213:7: note: candidate constructor not viable: no known conversion from '__bind, int>' to 'SigC::Slot0::Callback' (aka 'void (*)()') for 1st argument Slot0(Callback callback) ^ Reported by: antoine (via bug 224669) END