added a deprecated pragma message to eoOStreamMonitor
This commit is contained in:
parent
8c121bdafb
commit
28fedd3c51
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ public :
|
|||
{
|
||||
(void)_verbose;
|
||||
eo::log << eo::warnings << "WARNING: the use of the verbose parameter in eoOStreamMonitor constructor is deprecated and will be removed in the next release" << std::endl;
|
||||
#pragma message "WARNING: the use of the verbose parameter in eoOStreamMonitor constructor is deprecated and will be removed in the next release"
|
||||
}
|
||||
|
||||
eoOStreamMonitor( std::ostream & _out, std::string _delim = "\t", unsigned int _width=20, char _fill=' ' ) :
|
||||
|
|
|
|||
Reference in a new issue