~ubuntu-branches/ubuntu/trusty/libc++/trusty

« back to all changes in this revision

Viewing changes to libcxx/test/strings/basic.string/string.cons/copy.pass.cpp

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2014-01-19 15:25:24 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20140119152524-6vvkhtareysbhhs3
Tags: 1.0~svn199600-1
* New snapshot release
* Standards-Version updated to 3.9.5
* Introduce package libc++-helpers (Closes: #718637)
* Rename libc++-src => libc++-test
* Rename libc++abi-src => libc++abi-test
* For both, remove the sources from the packages (apt-get source libc++)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#include <string>
15
15
#include <cassert>
16
16
 
17
 
#include "../test_allocator.h"
 
17
#include "test_allocator.h"
18
18
#include "min_allocator.h"
19
19
 
20
20
template <class S>