octave-maintainers
[Top][All Lists]
Advanced

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

Problem exporting symbols in pt-idx.h


From: Michael Goffioul
Subject: Problem exporting symbols in pt-idx.h
Date: Wed, 21 May 2008 13:37:55 +0200

While trying to decorate some classes with OCTINTERP_API, I found
a compilation problem with MSVC in pt-idx.h, where it can't decide
which default constructor to use for tree_index_expression. Indeed,
there are 2 versions of ctor where all arguments have a default values:
a public one and a private one. This hasn't been a problem until now,
because the class was not exported.

Michael.


reply via email to

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