Cross Reference: glibmm-01-build.diff
xref
: /
solaris-desktop
/
patches
/
glibmm-01-build.diff
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
glibmm-01-build.diff revision 12378
12378
N/A
---
examples/compose/main.cc.orig
2008-02-14 18:01:55.520757000 +0800
12378
N/A
+++
examples/compose/main.cc
2008-02-14 18:02:22.188034000 +0800
12378
N/A
@@ -36,9 +36,6 @@
12378
N/A
<< std::endl
12378
N/A
<< ustring::compose("%2 is greater than %1.", a, b)
12378
N/A
<< std::endl
12378
N/A
- << ustring::compose("%1 € are %3 %% of %2 €.", a, b,
12378
N/A
- ustring::format(std::fixed, std::setprecision(1), a / b * 100.0))
12378
N/A
- << std::endl
12378
N/A
<< ustring::compose("a : b = [%1|%2]",
12378
N/A
ustring::format(std::setfill(L'a'), std::setw(i), ""),
12378
N/A
ustring::format(std::setfill(L'b'), std::setw(40 - i), ""))