mirror of
https://github.com/boostorg/container.git
synced 2026-01-26 09:12:35 +01:00
Merged container from trunk
[SVN r81663]
This commit is contained in:
@@ -330,9 +330,6 @@ int string_test()
|
||||
|
||||
//Check addition
|
||||
{
|
||||
typedef std::basic_string<CharType> StdString;
|
||||
typedef basic_string<CharType> BoostString;
|
||||
|
||||
BoostString bs2 = string_literals<CharType>::String();
|
||||
StdString ss2 = string_literals<CharType>::String();
|
||||
BoostString bs3 = string_literals<CharType>::Suffix();
|
||||
|
||||
Reference in New Issue
Block a user