|
From: <jfb...@us...> - 2009-03-13 15:18:20
|
Revision: 1010
http://loki-lib.svn.sourceforge.net/loki-lib/?rev=1010&view=rev
Author: jfbastien
Date: 2009-03-13 15:17:59 +0000 (Fri, 13 Mar 2009)
Log Message:
-----------
Copy/paste mistake.
Modified Paths:
--------------
trunk/test/flex_string/main.cpp
Modified: trunk/test/flex_string/main.cpp
===================================================================
--- trunk/test/flex_string/main.cpp 2009-03-13 13:54:51 UTC (rev 1009)
+++ trunk/test/flex_string/main.cpp 2009-03-13 15:17:59 UTC (rev 1010)
@@ -608,7 +608,7 @@
{
// 21.3.1
const typename String::size_type number = random(0, MaxString<String>::value);
- const typename String::size_type value = random('a', 'z');
+ const typename String::value_type value = random('a', 'z');
String result(number, value);
return result;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|