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 * * * * * * * * * * * * //
template<>
Foam::Ostream& Foam::operator<<
(
Ostream& os,

View File

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