Allow link application with double_conversion (#1560)

Without this linking fails with duplicate function names errors
This commit is contained in:
proller 2017-06-08 21:52:09 +03:00 committed by Aleksandar Fabijanic
parent 201e87900b
commit 6a49c94d18

View File

@ -18,6 +18,7 @@
// +++ double conversion +++
#define double_conversion poco_double_conversion // don't collide with standalone double_conversion library
#define UNREACHABLE poco_bugcheck
#define UNIMPLEMENTED poco_bugcheck
#include "diy-fp.cc"