mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 01:22:33 +00:00
Backport
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:
parent
8813ef3db9
commit
8bc907d5ad
@ -84,7 +84,7 @@ void convert_string()
|
|||||||
|
|
||||||
<< convert<string>('a') << '\n'
|
<< convert<string>('a') << '\n'
|
||||||
<< convert<string>(1.0) << '\n'
|
<< convert<string>(1.0) << '\n'
|
||||||
<< convert<string>(1.1) << endl;
|
<< convert<string>(1.5) << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
|
@ -46,4 +46,4 @@ true
|
|||||||
false
|
false
|
||||||
a
|
a
|
||||||
1
|
1
|
||||||
1.1
|
1.5
|
||||||
|
@ -188,3 +188,4 @@ What's new
|
|||||||
- lyx.spec: remove "Icon" tag that triggered a build error;
|
- lyx.spec: remove "Icon" tag that triggered a build error;
|
||||||
general update.
|
general update.
|
||||||
|
|
||||||
|
- Fix make check.
|
||||||
|
Loading…
Reference in New Issue
Block a user