Skip to content

Cannot compile with Apple LLVM version 6.0 #1

@tbago

Description

@tbago

error message:
In file included from ./strings/string_number_conversions.cc:5:
../base/strings/string_number_conversions.h:121:23: error: implicit instantiation of undefined template
'std::basic_stringstream<char, std::char_traits, std::allocator >'
std::stringstream stream;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/iosfwd:83:11: note:
template is declared here
class basic_stringstream;
^
In file included from ./strings/string_number_conversions.cc:5:
../base/strings/string_number_conversions.h:131:24: error: implicit instantiation of undefined template
'std::basic_stringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >'
std::wstringstream stream;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions