Some compilers don't like x = {} where x is a boost::optional<string>
authorCarl Hetherington <cth@carlh.net>
Tue, 2 Feb 2021 21:02:29 +0000 (22:02 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 2 Feb 2021 21:51:49 +0000 (22:51 +0100)
commitdce3761b0f82a9273aca8a0d39743aee6740c8e4
treecd851daaf7e9e7b7f9b0f5773695e78fa0016b45
parenta31aee3f2909992ac717ecc72441240e7d1a56f7
Some compilers don't like x = {} where x is a boost::optional<string>

Fails on ubuntu 16 and debian 9.
src/asset.cc