COMP: fix dlLibraryTable InfoProxy output (older gcc)

This commit is contained in:
Mark Olesen
2020-06-23 09:05:27 +02:00
parent 65d2394bb9
commit c32f59e268
2 changed files with 4 additions and 1 deletions

View File

@ -371,7 +371,6 @@ bool Foam::dlLibraryTable::open
// * * * * * * * * * * * * * * * IOstream Operators * * * * * * * * * * * * // // * * * * * * * * * * * * * * * IOstream Operators * * * * * * * * * * * * //
template<>
Foam::Ostream& Foam::operator<< Foam::Ostream& Foam::operator<<
( (
Ostream& os, Ostream& os,

View File

@ -47,6 +47,10 @@ SourceFiles
namespace Foam namespace Foam
{ {
// Forward Declarations
class dlLibraryTable;
Ostream& operator<<(Ostream& os, const InfoProxy<dlLibraryTable>& info);
/*---------------------------------------------------------------------------*\ /*---------------------------------------------------------------------------*\
Class dlLibraryTable Declaration Class dlLibraryTable Declaration
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/