octave-maintainers
[Top][All Lists]
Advanced

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

MSVC patch: fix for export problem


From: michael . goffioul
Subject: MSVC patch: fix for export problem
Date: Wed, 06 Dec 2006 11:25:45 +0100

Since Cell class is exported, a compilation failure appeared due to how MSVC
handles exported classes with a template specialization in its inheritance tree
(it's actually completely instantiated). This leads to multiple symbols defined in
octinterp.dll. The easiest fix is to avoid to include Cell.h in oct-stream.cc; hence
the attached patch.
 
Michael.
 



Attachment: oct-export-problem.diff
Description: Binary data


reply via email to

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