Commit 8619bc82 by Benjamin Kosnik Committed by Benjamin Kosnik

standard_facet_hierarchies.cc: Fix for generic locale model.

2007-12-17  Benjamin Kosnik  <bkoz@redhat.com>

	* testsuite/22_locale/global_templates/
	standard_facet_hierarchies.cc: Fix for generic locale model.

From-SVN: r131013
parent ae8d8879
2007-12-17 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/22_locale/global_templates/
standard_facet_hierarchies.cc: Fix for generic locale model.
2007-12-16 Jonathan Wakely <jwakely.gcc@gmail.com> 2007-12-16 Jonathan Wakely <jwakely.gcc@gmail.com>
* ChangeLog: Fix my email address in previous two entries. * ChangeLog: Fix my email address in previous two entries.
......
...@@ -36,7 +36,7 @@ int main() ...@@ -36,7 +36,7 @@ int main()
locale loc_c = locale::classic(); locale loc_c = locale::classic();
locale loc_base = loc_c; locale loc_base = loc_c;
locale loc_derived(loc_c, new derived_facet("")); locale loc_derived(loc_c, new derived_facet("C"));
bool b; bool b;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment