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

« back to all changes in this revision

Viewing changes to libcxx/test/containers/associative/set/emplace.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:
18
18
#include <cassert>
19
19
 
20
20
#include "../../Emplaceable.h"
21
 
#include "../../DefaultOnly.h"
 
21
#include "DefaultOnly.h"
22
22
#include "min_allocator.h"
23
23
 
24
24
int main()