~ubuntu-branches/ubuntu/utopic/libthrust/utopic

« back to all changes in this revision

Viewing changes to system/error_code.h

  • Committer: Package Import Robot
  • Author(s): Andreas Beckmann
  • Date: 2013-07-10 12:57:33 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130710125733-my19jic71sqsabaj
Tags: 1.7.0-1
* New upstream release.  (Closes: #715362)
* Update watch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
  too_many_links                     = detail::emlink,
134
134
  too_many_symbolic_link_levels      = detail::eloop,
135
135
  value_too_large                    = detail::eoverflow,
136
 
  wrong_protocol_type                = detail::eprototype,
 
136
  wrong_protocol_type                = detail::eprototype
137
137
}; // end errc_t
138
138
 
139
139
} // end namespace errc