]> git.saurik.com Git - bison.git/commit - tests/headers.at
c++: support wide strings for file names
authorAkim Demaille <akim@lrde.epita.fr>
Wed, 5 Dec 2012 10:21:21 +0000 (11:21 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Wed, 5 Dec 2012 12:22:21 +0000 (13:22 +0100)
commit7ae57e2a352764327f7b6b969a28d8c6640eab33
tree7d3d69f47e9659bc8b1ba2782e59077b4fa54020
parent7bada5355e10f560269825cbd658caaa473573f7
c++: support wide strings for file names

Reported by Mark Boyall.
http://lists.gnu.org/archive/html/help-bison/2011-08/msg00002.html

* data/location.cc (operator<<): Be templated on the type of
output stream.
* tests/headers.at (Several parsers): Adjust.
THANKS
data/location.cc
tests/headers.at