COMP: fix dlLibraryTable InfoProxy output (older gcc)
This commit is contained in:
parent
65d2394bb9
commit
c32f59e268
@ -371,7 +371,6 @@ bool Foam::dlLibraryTable::open
|
||||
|
||||
// * * * * * * * * * * * * * * * IOstream Operators * * * * * * * * * * * * //
|
||||
|
||||
template<>
|
||||
Foam::Ostream& Foam::operator<<
|
||||
(
|
||||
Ostream& os,
|
||||
|
@ -47,6 +47,10 @@ SourceFiles
|
||||
namespace Foam
|
||||
{
|
||||
|
||||
// Forward Declarations
|
||||
class dlLibraryTable;
|
||||
Ostream& operator<<(Ostream& os, const InfoProxy<dlLibraryTable>& info);
|
||||
|
||||
/*---------------------------------------------------------------------------*\
|
||||
Class dlLibraryTable Declaration
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
Loading…
Reference in New Issue
Block a user