octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #51639] 'struct help_system' violates the C++


From: Rik
Subject: [Octave-bug-tracker] [bug #51639] 'struct help_system' violates the C++ One Definition Rule
Date: Wed, 2 Aug 2017 14:40:50 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

Follow-up Comment #1, bug #51639 (project octave):

It's not a killer, but this should be fixed.

Is it fixed if you change llibinterp/corefcn/help.h:33 to


class OCTINTERP_API interpreter


The compiler is pointing out that there are two declarations of the class
interpreter, one with OCTINTERP_API and one without.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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