summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-07-11 22:08:34 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-07-11 22:14:19 +0300
commitb50c5f28b14e2fb14d4de0c088949e1405d22c6a (patch)
treecf717c3f8ab0a7e275c024f14671dc3bf105d2c9 /Documentation
parent56c2e653008a5447eafc7509e6e2957470853495 (diff)
libcamera: signal: Fix compilation on gcc
gcc complains that the recently template specialisation of the SlotBase::match() method is invalid as it is in a non-namespace scope. Luckily this can easily be fixed by removing the specialisation for the fully specialised implementation. As an additional safety measure, using std::enable_if<!std::is_same<Object, T>> on the template implementation ensures that it will never be called for an Object instance. Fixes: 56c2e653008a ("libcamera: signal: Fix Object handling in multiple inheritance cases") Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions