Fixes a potential compilation error.
authorManuel Klimek <klimek@google.com>
Tue, 20 Dec 2011 11:04:23 +0000 (11:04 +0000)
committerManuel Klimek <klimek@google.com>
Tue, 20 Dec 2011 11:04:23 +0000 (11:04 +0000)
commit093147abf423428d338979a839273369810698cc
tree00cad23560a4ad36ade27866b26a80dc21f0c121
parent9ce6937701cd28fb2aafdd3ec950fb0e70bae8cd
Fixes a potential compilation error.

Pulling the template implementation into the header to guarantee
that it's visible to all possible instantiations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146973 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/JSONParser.h
lib/Support/JSONParser.cpp