Updated Boost libraries
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
//
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision: 54633 $
|
||||
// Version : $Revision: 81913 $
|
||||
//
|
||||
// Description : defines model of formal parameter
|
||||
// ***************************************************************************
|
||||
@@ -78,7 +78,7 @@ public:
|
||||
}
|
||||
|
||||
// access methods
|
||||
bool has_argument() const { return m_actual_argument; }
|
||||
bool has_argument() const { return m_actual_argument!=0; }
|
||||
argument const& actual_argument() const { return *m_actual_argument; }
|
||||
argument_ptr actual_argument() { return m_actual_argument; }
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
//
|
||||
// File : $RCSfile$
|
||||
//
|
||||
// Version : $Revision: 54633 $
|
||||
// Version : $Revision: 81913 $
|
||||
//
|
||||
// Description : defines model of program environment variable
|
||||
// ***************************************************************************
|
||||
@@ -74,7 +74,7 @@ public:
|
||||
res.reset();
|
||||
}
|
||||
|
||||
bool has_value() const { return m_data->m_value; }
|
||||
bool has_value() const { return m_data->m_value!=0; }
|
||||
cstring name() const { return m_data->m_var_name; }
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user