gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #47946] error: allocating an object of abstract clas


From: Real Name
Subject: [Gnash-commit] [bug #47946] error: allocating an object of abstract class type 'accumulator_type<int>'
Date: Tue, 17 May 2016 14:13:13 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

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/




reply via email to

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