[llvm] r210920 - Finishing touch for the std::error_code transition.

Chandler Carruth chandlerc at google.com
Fri Jun 13 10:45:10 PDT 2014


On Fri, Jun 13, 2014 at 6:42 PM, Hal Finkel <hfinkel at anl.gov> wrote:

> > +// * std::errc is a namespace in some implementations. That meas
> > that ADL
> > +//   doesn't work and it is sometimes necessary to write
> > std::make_error_code
> > +//   or in templates:
> > +//   using std::make_error_code;
> > +//   make_error_code(...);
> > +//
> > +//   with this enum it is safe to always just use make_error_code.
>
> Should we file a defect report?


Marshall or Jeffrey would know better.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140613/e32b70d6/attachment.html>


More information about the llvm-commits mailing list