From 414fc4d0fa76a5d042163bca69041ed0a7fad89d Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sun, 7 May 2017 15:04:18 +0900 Subject: [PATCH] change key acceptor --- toml/acceptor.hpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/toml/acceptor.hpp b/toml/acceptor.hpp index 2873544..4a152df 100644 --- a/toml/acceptor.hpp +++ b/toml/acceptor.hpp @@ -543,8 +543,7 @@ template using is_key = is_one_of< is_barekey, - is_basic_inline_string, - is_literal_inline_string + is_string >; @@ -702,10 +701,7 @@ using is_key_value_pair = is_charactor