Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126787
Collapse All | Expand All

(-)ucompose.hpp.orig (+9 lines)
Lines 43-48 Link Here
43
#include <list>
43
#include <list>
44
#include <map>			// for multimap
44
#include <map>			// for multimap
45
45
46
/*
47
 * workaround when we dont have std::wstring
48
 */
49
50
namespace std
51
{
52
	typedef std::basic_string<wchar_t,std::char_traits<wchar_t>, std::allocator<wchar_t> > wstring;
53
}
54
46
namespace UStringPrivate
55
namespace UStringPrivate
47
{
56
{
48
  // the actual composition class - using String::ucompose is cleaner, so we
57
  // the actual composition class - using String::ucompose is cleaner, so we

Return to bug 126787