fixed variadic templates in the case when char value is passed in place of (e.g....
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 20 Aug 2007 19:20:10 +0000 (19:20 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 20 Aug 2007 19:20:10 +0000 (19:20 +0000)
commit473464069216bb835735a6c164ee769679a0ab03
treeed1e6a19a7a4b4d284364248dddcdc0e8b812f42
parent66e09788abd37f13f2e458d37aa3b0b94033e5db
fixed variadic templates in the case when char value is passed in place of (e.g.) %i or %d argument

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/private/wxprintf.h [copied from src/common/wxprintf.cpp with 73% similarity]
include/wx/strvararg.h
src/common/strvararg.cpp
src/common/wxprintf.cpp
tests/strings/vararg.cpp