On 31-8-2018 10:03, Willem Jan Withagen wrote:
@tchaikov <https://github.com/tchaikov>
I assuming that this commit makes Clang unhappy:
|home/jenkins/workspace/ceph-master/src/common/ConfUtils.cc:94:19:
error: implicit instantiation of undefined template
'std::__1::basic_ostringstream<char, std::__1::char_traits<char>,
std::__1::allocator<char> >' ostringstream oss; ^
/usr/include/c++/v1/iosfwd:123:32: note: template is declared here class
_LIBCPP_TEMPLATE_VIS basic_ostringstream; ^ |
Any suggestions on how to fix this?
https://github.com/ceph/ceph/pull/23838
seems to work.
--WjW