Merge from trunk (now lexical_cast has optimized conversions to and from array<>, fixes #7065)

[SVN r79364]
This commit is contained in:
Antony Polukhin
2012-07-08 18:06:32 +00:00
parent 79d6468aeb
commit 675d0bb451
9 changed files with 1670 additions and 917 deletions

View File

@@ -19,4 +19,6 @@ struct foo
int test_main(int, char*[])
{
foo x = implicit_cast<foo>("foobar");
(void)x; // warning suppression.
return 0;
}