mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
boost::split() return one empty string if called on an empty input. Trying to cast an empty string to a token value results in a bad_lexical_cast exception. Fix it by handling empty token list explicitly. Message-Id: <20170302125405.GU11471@scylladb.com>