Merge acb99c7e33
into e7d96c48ef
This commit is contained in:
commit
f9351fc4b2
|
@ -29,7 +29,6 @@
|
||||||
******************************************************************
|
******************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef INCLUDE_EXPRTK_HPP
|
#ifndef INCLUDE_EXPRTK_HPP
|
||||||
#define INCLUDE_EXPRTK_HPP
|
#define INCLUDE_EXPRTK_HPP
|
||||||
|
|
||||||
|
@ -2141,6 +2140,10 @@ namespace exprtk
|
||||||
return token_list_.empty();
|
return token_list_.empty();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
token_list_t token_list() const
|
||||||
|
{
|
||||||
|
return token_list_;
|
||||||
|
}
|
||||||
inline std::size_t size() const
|
inline std::size_t size() const
|
||||||
{
|
{
|
||||||
return token_list_.size();
|
return token_list_.size();
|
||||||
|
|
Loading…
Reference in New Issue