Discussion:
[Gnash-commit] [bug #47946] error: allocating an object of abstract class type 'accumulator_type<int>'
Real Name
2016-05-17 14:13:13 UTC
Permalink
URL:
<http://savannah.gnu.org/bugs/?47946>

Summary: error: allocating an object of abstract class type
'accumulator_type<int>'
Project: Gnash - The GNU Flash player
Submitted by: l29ah
Submitted on: Tue 17 May 2016 14:13:11 GMT
Category: gui-gtk
Severity: 3 - Normal
Release: master
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any

_______________________________________________________

Details:

Cannot build gnash with clang-3.8.0:

In file included from gnash.cpp:52:
../libbase/accumulator.h:103:16: error: allocating an object of abstract class
type 'accumulator_type<int>'
return new accumulator_type<T>();
^
gnash.cpp:285:19: note: in instantiation of function template specialization
'accumulator<int>' requested here
("verbose,v", accumulator<int>()
^
/usr/include/boost/program_options/value_semantic.hpp:44:22: note:
unimplemented pure virtual method
'adjacent_tokens_only' in 'accumulator_type'
virtual bool adjacent_tokens_only() const = 0;
^
1 error generated.




_______________________________________________________

Reply to this item at:

<http://savannah.gnu.org/bugs/?47946>

_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
Bastiaan Jacques
2016-07-17 11:57:13 UTC
Permalink
Update of bug #47946 (project gnash):

Status: None => Confirmed
Assigned to: None => bjacques


_______________________________________________________

Reply to this item at:

<http://savannah.gnu.org/bugs/?47946>

_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
Bastiaan Jacques
2016-07-17 19:43:12 UTC
Permalink
Update of bug #47946 (project gnash):

Status: Confirmed => Duplicate
Open/Closed: Open => Closed

_______________________________________________________

Follow-up Comment #1:

Duplicates #46148

_______________________________________________________

Reply to this item at:

<http://savannah.gnu.org/bugs/?47946>

_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/

Loading...