- When building the tests and examples that require gflags, CERES_GFLAGS_NAMESPACE is defined to be the detected namespace, and all tests/examples now use CERES_GFLAGS_NAMESPACE:: instead of google:: when calling gflags functions. Change-Id: Ia333df7a7e2f08ba9f26bbd339c3a785b88f04c4...
Newer/custom versions of gflags may use ::gflags, but it's not deterministic. I can't find a reliable way to detect the namespace the installed lib is using. :( theopolis closed this Nov 2, 2014 anatol commented Nov 3, 2014 I confirm the issue on Linux Arch that uses the latest...