]> sigrok.org Git - libsigrok.git/commit
cxx: Fix a linking issue.
authorUwe Hermann <redacted>
Mon, 26 Jan 2015 14:26:15 +0000 (15:26 +0100)
committerUwe Hermann <redacted>
Mon, 26 Jan 2015 14:31:27 +0000 (15:31 +0100)
commitdc7125bb7cfe34f63695ea928dda17594dfac3d2
tree380006e773c4df46bdee18933ad9b6ae54aa1bc4
parent19643b96e27cdeb84123fc91158b25a0d1a6368d
cxx: Fix a linking issue.

Fix "undefined reference to `sigrok::EnumValue<sigrok::LogLevel,
sr_loglevel>::_values'", which happens at least when using clang(++),
e.g. on Linux, Mac OS X, or FreeBSD.

This fixes bug #534.

Thanks to Uffe Jakobsen and Martin Ling for reporting and investigating!
bindings/cxx/enums.py