Added new example.

Updated ICU support for VC8


[SVN r37738]
This commit is contained in:
John Maddock
2007-05-22 09:47:28 +00:00
parent 15085e5bb1
commit f4877f6698
4 changed files with 126 additions and 1 deletions

View File

@ -39,8 +39,8 @@ class back_insert_iterator
{
private:
Seq* container;
typedef const typename Seq::value_type value_type;
public:
typedef const typename Seq::value_type value_type;
typedef Seq container_type;
typedef std::output_iterator_tag iterator_category;