From b5158fbe511ef584500ccfe232911d347a720949 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Sat, 1 Dec 2007 10:24:48 +0000 Subject: [PATCH] cmake merge: declare before instantiate git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21897 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/lstrings.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/support/lstrings.h b/src/support/lstrings.h index 2ebd774ff9..bcf4b5aaca 100644 --- a/src/support/lstrings.h +++ b/src/support/lstrings.h @@ -269,6 +269,18 @@ template docstring bformat(docstring const & fmt, Arg1, Arg2, Arg3, Arg4); +template<> docstring bformat(docstring const & fmt, int arg1); +template<> docstring bformat(docstring const & fmt, long arg1); +template<> docstring bformat(docstring const & fmt, unsigned int arg1); +template<> docstring bformat(docstring const & fmt, docstring arg1); +template<> docstring bformat(docstring const & fmt, char * arg1); +template<> docstring bformat(docstring const & fmt, docstring arg1, docstring arg2); +template<> docstring bformat(docstring const & fmt, char const * arg1, docstring arg2); +template<> docstring bformat(docstring const & fmt, int arg1, int arg2); +template<> docstring bformat(docstring const & fmt, docstring arg1, docstring arg2, docstring arg3); +template<> docstring bformat(docstring const & fmt, docstring arg1, docstring arg2, docstring arg3, docstring arg4); + + } // namespace support } // namespace lyx -- 2.39.2