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

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

[Octave-bug-tracker] [bug #53505] some public Octave headers fail to com


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #53505] some public Octave headers fail to compile when included alone
Date: Wed, 28 Mar 2018 15:33:50 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

URL:
  <http://savannah.gnu.org/bugs/?53505>

                 Summary: some public Octave headers fail to compile when
included alone
                 Project: GNU Octave
            Submitted by: mtmiller
            Submitted on: Wed 28 Mar 2018 12:33:49 PM PDT
                Category: Libraries
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Some Octave public header files fail to compile when they are included by
themselves in a trivial C++ source file. This only affects a small minority of
Octave header files, and they are probably all headers that normal users won't
be including directly anyway.

However, I think these should probably be fixed so that headers that are
available publicly can be included and compiled.

* pt-unop.h - forward declaration of octave_value, but then tries to use
octave_value::unary_op and octave_value::unknown_unary_op

* sparse-chol.h - forward declaration of SparseComplexMatrix, but then tries
to instantiate a template specialization on SparseComplexMatrix, template
needs chol_type::element_type

* sparse-qr.h - the Complex typedef is unknown, may be trivial to solve by
including oct-cmplx.h




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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