Fixing whitespace problems
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111757 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aa20444a4f
commit
74231bfbc0
@ -11,7 +11,7 @@
|
||||
|
||||
// class error_code
|
||||
|
||||
// template <ErrorCodeEnum E> error_code(E e);
|
||||
// template <ErrorCodeEnum E> error_code(E e);
|
||||
|
||||
#include <system_error>
|
||||
#include <cassert>
|
||||
|
@ -11,8 +11,8 @@
|
||||
|
||||
// class error_code
|
||||
|
||||
// template <class charT, class traits>
|
||||
// basic_ostream<charT,traits>&
|
||||
// template <class charT, class traits>
|
||||
// basic_ostream<charT,traits>&
|
||||
// operator<<(basic_ostream<charT,traits>& os, const error_code& ec);
|
||||
|
||||
#include <system_error>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
// class error_condition
|
||||
|
||||
// template <ErrorConditionEnum E> error_condition(E e);
|
||||
// template <ErrorConditionEnum E> error_condition(E e);
|
||||
|
||||
#include <system_error>
|
||||
#include <cassert>
|
||||
|
Loading…
x
Reference in New Issue
Block a user