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

« back to all changes in this revision

Viewing changes to libcxx/src/system_error.cpp

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-09-02 19:43:49 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130902194349-top6vl3nq767uhdm
Tags: 1.0~svn189766-1
New snapshot release

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
//
8
8
//===----------------------------------------------------------------------===//
9
9
 
 
10
#define _LIBCPP_BUILDING_SYSTEM_ERROR
10
11
#include "system_error"
11
12
#include "string"
12
13
#include "cstring"