]> git.lyx.org Git - features.git/commit
Compile fix for the case when USE_BOOST_FORMAT is 0
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 13 Sep 2006 11:18:13 +0000 (11:18 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 13 Sep 2006 11:18:13 +0000 (11:18 +0000)
commit61102f102854c16475f120e4d2604fa3dd1d1663
tree000f76e9b9a408a5d6ae782e0510fa268d3c4fa5
parent179ff08011620faa94ff186bdb30ae2d9639e4e7
Compile fix for the case when USE_BOOST_FORMAT is 0
* src/support/lstrings.C
(bformat): Add missing lyx::from_ascii()

* src/support/convert.C
(docstring convert<docstring>(unsigned int)): Add specialization
(docstring convert<docstring>(long)): ditto

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14983 a592a061-630c-0410-9148-cb99ea01b6c8
src/support/convert.C
src/support/lstrings.C