added macro PT_HAS_MORM in Log class where operator<<(morm::Model & model) is used
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2018, Tomasz Sowa
|
||||
* Copyright (c) 2018-2021, Tomasz Sowa
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -131,8 +131,9 @@ public:
|
||||
virtual Log & operator<<(const PT::Space & space);
|
||||
virtual Log & operator<<(const PT::Date & date);
|
||||
|
||||
#ifdef PT_HAS_MORM
|
||||
virtual Log & operator<<(morm::Model & model);
|
||||
|
||||
#endif
|
||||
|
||||
virtual Log & operator<<(Manipulators m);
|
||||
|
||||
|
Reference in New Issue
Block a user