fix trac issue #1608

[SVN r53914]
This commit is contained in:
Joel de Guzman
2009-06-15 01:53:43 +00:00
parent 8f34038ddd
commit 363ff5750f
7 changed files with 13 additions and 8 deletions

View File

@ -28,7 +28,7 @@ main()
std::cout << tuple_delimiter(", ");
{
vector0 empty;
vector0<> empty;
std::cout << as_map(make_list(make_pair<int>('X'), make_pair<double>("Men"))) << std::endl;
std::cout << as_map(push_back(empty, make_pair<int>(999))) << std::endl;
}