On 02 Jun 2014, at 15:49, h...@sdf.org wrote:
> Lowell Gilbert writes:
>
>> h...@sdf.org writes:
>>
>>> I'm trying to compile OpenCog [1] using g++47, but get an error about
>>> missing std::stoi.
>>>
>>> I have attached a micro-example [2] that generates the same error, if I
>>> try to compile
Lowell Gilbert writes:
> h...@sdf.org writes:
>
>> I'm trying to compile OpenCog [1] using g++47, but get an error about
>> missing std::stoi.
>>
>> I have attached a micro-example [2] that generates the same error, if I
>> try to compile it with:
>>
>> % g++47 -std=c++11 s.cc
>> s.cc: In functio
h...@sdf.org writes:
> I'm trying to compile OpenCog [1] using g++47, but get an error about
> missing std::stoi.
>
> I have attached a micro-example [2] that generates the same error, if I
> try to compile it with:
>
> % g++47 -std=c++11 s.cc
> s.cc: In function 'int main()':
> s.cc:8:13: error:
Hi,
I'm trying to compile OpenCog [1] using g++47, but get an error about
missing std::stoi.
I have attached a micro-example [2] that generates the same error, if I
try to compile it with:
% g++47 -std=c++11 s.cc
s.cc: In function 'int main()':
s.cc:8:13: error: 'stoi' is not a member of 'std'