git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28180 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-01-15 22:52:18 +00:00
parent 8813ef3db9
commit 8bc907d5ad
3 changed files with 3 additions and 2 deletions

View File

@ -84,7 +84,7 @@ void convert_string()
<< convert<string>('a') << '\n'
<< convert<string>(1.0) << '\n'
<< convert<string>(1.1) << endl;
<< convert<string>(1.5) << endl;
}
int main()

View File

@ -46,4 +46,4 @@ true
false
a
1
1.1
1.5

View File

@ -188,3 +188,4 @@ What's new
- lyx.spec: remove "Icon" tag that triggered a build error;
general update.
- Fix make check.