From 343834b673699a8c577ca061d94157c73e79389e Mon Sep 17 00:00:00 2001 From: cmxu Date: Wed, 3 Feb 2016 16:33:06 +0800 Subject: [PATCH 1/4] what's this desc --- exprtk.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exprtk.hpp b/exprtk.hpp index 17bb65b..ba5d1b0 100644 --- a/exprtk.hpp +++ b/exprtk.hpp @@ -28,7 +28,8 @@ * * ****************************************************************** */ - +//test github desktop +//didn't see the changes, try another line #ifndef INCLUDE_EXPRTK_HPP #define INCLUDE_EXPRTK_HPP From 8c6e4c486666a7f81e6c24674f08e316bf7c1933 Mon Sep 17 00:00:00 2001 From: cmxu Date: Wed, 3 Feb 2016 16:41:43 +0800 Subject: [PATCH 2/4] add one more line --- exprtk.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/exprtk.hpp b/exprtk.hpp index ba5d1b0..5287043 100644 --- a/exprtk.hpp +++ b/exprtk.hpp @@ -30,6 +30,7 @@ */ //test github desktop //didn't see the changes, try another line +//#one more try #ifndef INCLUDE_EXPRTK_HPP #define INCLUDE_EXPRTK_HPP From 5aaa7b42b55d360452074d1d16a05f7d837c934e Mon Sep 17 00:00:00 2001 From: cmxu Date: Thu, 4 Feb 2016 10:26:09 +0800 Subject: [PATCH 3/4] Revert "add one more line" This reverts commit 8c6e4c486666a7f81e6c24674f08e316bf7c1933. --- exprtk.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/exprtk.hpp b/exprtk.hpp index 5287043..ba5d1b0 100644 --- a/exprtk.hpp +++ b/exprtk.hpp @@ -30,7 +30,6 @@ */ //test github desktop //didn't see the changes, try another line -//#one more try #ifndef INCLUDE_EXPRTK_HPP #define INCLUDE_EXPRTK_HPP From acb99c7e33c7d7a30fca760b4095fc71d29f5e85 Mon Sep 17 00:00:00 2001 From: cmxu Date: Thu, 4 Feb 2016 11:00:03 +0800 Subject: [PATCH 4/4] add token_list --- exprtk.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/exprtk.hpp b/exprtk.hpp index ba5d1b0..c419488 100644 --- a/exprtk.hpp +++ b/exprtk.hpp @@ -28,8 +28,6 @@ * * ****************************************************************** */ -//test github desktop -//didn't see the changes, try another line #ifndef INCLUDE_EXPRTK_HPP #define INCLUDE_EXPRTK_HPP @@ -2092,6 +2090,10 @@ namespace exprtk return token_list_.empty(); } + token_list_t token_list() const + { + return token_list_; + } inline std::size_t size() const { return token_list_.size();