octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error: no matching constructor for initialization of 'string_vector'


From: Ben Abbott
Subject: Re: error: no matching constructor for initialization of 'string_vector'
Date: Thu, 25 Aug 2016 08:23:18 -0400

> On Aug 25, 2016, at 07:09, Carnë Draug <address@hidden> wrote:
> 
>> On 25 August 2016 at 01:27, Ben Abbott <address@hidden> wrote:
>> Carne,
>> 
>> The chagneset below is giving me an error.
>> 
>>        http://hg.savannah.gnu.org/hgweb/octave/rev/f38e81248556
>> 
>> libinterp/octave-value/ov-classdef.cc:2275:17: error: no matching 
>> constructor for initialization of 'string_vector'
>>  string_vector v (names);
>>                ^  ~~~~~
>> 
>> I’m using Apple’s llvm/clang
>> 
>> Apple LLVM version 7.3.0 (clang-703.0.31)
>> 
>> Ben
> 
> I have no idea why your compiler is failing to find the constructor.
> Is it because it can't decide which constructor to use?  Which ones
> is it undecided about?
> 
> Carnë

I'm embarrassed to say that I don't know what a constructor is. I'll do a quick 
study.

Can give me some background on what your patch is doing?

Ben


reply via email to

[Prev in Thread] Current Thread [Next in Thread]