BullseyeCoverage Up Contents Search

Microsoft C++ Error C3499

SYMPTOMS

error C3499: a lambda that has been specified to have a void return type cannot return a value

CAUSE

Visual Studio 2010 does not fully support the C++ syntax BullseyeCoverage uses for instrumenting lambda expressions.

RESOLUTION

Use one of the following alternatives.

Updated: 21 Mar 2017