Use std::string instead of a huge array for storing literal strings.
authorLei Zhang <antiagainst@google.com>
Wed, 11 Nov 2015 20:37:01 +0000 (15:37 -0500)
committerDavid Neto <dneto@google.com>
Thu, 12 Nov 2015 14:43:06 +0000 (09:43 -0500)
commit16f3ddfbb81a76a389d575a96bd72cc6f7ea5b5e
treee56ddd154e9fbd88eb469d8c6022d00c1b4a18e5
parent2a0b773b2723b40f0493b60beba2228965568e14
Use std::string instead of a huge array for storing literal strings.
source/text.cpp
source/text.h
test/TextLiteral.cpp