Skip to content

Commit 45a8ae4

Browse files
committed
[system_error.syn] Minor whitespace adjustments
1 parent 3941f47 commit 45a8ae4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/diagnostics.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -795,10 +795,10 @@
795795
class system_error;
796796

797797
template <class T>
798-
struct is_error_code_enum : public false_type {};
798+
struct is_error_code_enum : public false_type {};
799799

800800
template <class T>
801-
struct is_error_condition_enum : public false_type {};
801+
struct is_error_condition_enum : public false_type {};
802802

803803
enum class errc {
804804
address_family_not_supported, // \tcode{EAFNOSUPPORT}
@@ -911,10 +911,10 @@
911911
template <> struct hash<error_condition>;
912912

913913
// \ref{syserr}, system error support
914-
template <class T> inline constexpr bool is_error_code_enum_v
915-
= is_error_code_enum<T>::value;
916-
template <class T> inline constexpr bool is_error_condition_enum_v
917-
= is_error_condition_enum<T>::value;
914+
template <class T>
915+
inline constexpr bool is_error_code_enum_v = is_error_code_enum<T>::value;
916+
template <class T>
917+
inline constexpr bool is_error_condition_enum_v = is_error_condition_enum<T>::value;
918918
}
919919
\end{codeblock}
920920

0 commit comments

Comments
 (0)