From b87827096071226e2bec9a3dc51405143ea674e3 Mon Sep 17 00:00:00 2001 From: Myun2 Date: Sun, 25 Jul 2010 23:05:40 +0900 Subject: [PATCH] =?utf8?q?lexical:=20'\0'=E5=88=A4=E5=AE=9A=E5=85=A5?= =?utf8?q?=E3=81=A3=E3=81=A6=E3=81=AA=E3=81=8B=E3=81=A3=E3=81=9F=E3=82=93?= =?utf8?q?=E3=81=A7=E7=84=A1=E9=99=90=E3=83=AB=E3=83=BC=E3=83=97=E3=81=AB?= =?utf8?q?=E5=85=A5=E3=81=A3=E3=81=A6=E3=81=9F=E3=80=82=E7=9B=B4=E3=81=97?= =?utf8?q?=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- roast/include/roast/lexical/structure_base.hpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/roast/include/roast/lexical/structure_base.hpp b/roast/include/roast/lexical/structure_base.hpp index 056985cc..90fc19eb 100644 --- a/roast/include/roast/lexical/structure_base.hpp +++ b/roast/include/roast/lexical/structure_base.hpp @@ -279,13 +279,16 @@ namespace roast case _Char: it++; return true; + case 0: + throw 1; + //return false; } return false; } }; ////// - +/* template class multichar_or { @@ -301,7 +304,7 @@ namespace roast } return false; } - }; + };*/ /////////////////////////////////////////////////// -- 2.11.0