]> sigrok.org Git - pulseview.git/commit
InputOutput: replace nullptr with boost::none in Double()
authorBartosz Golaszewski <redacted>
Mon, 29 Jun 2015 13:17:54 +0000 (15:17 +0200)
committerUwe Hermann <redacted>
Tue, 30 Jun 2015 09:15:47 +0000 (11:15 +0200)
commitec6cc07fed12f5070eee6b8cb11343e83d42533c
tree0b33b687ffe35a9d774c0a064f4e37c6c1e9c0d8
parent0771cc94a8487f1510d0a6751538a39652e9897f
InputOutput: replace nullptr with boost::none in Double()

Passing nullptr as the fourth argument in Double's constructor
seems to build fine on x86, but causes build failures on many
other architectures.

Replace it with boost::none.

Signed-off-by: Bartosz Golaszewski <redacted>
pv/binding/inputoutput.cpp