File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4215
4215
of a complete object and when it is used as the type of a subobject. \enterexample
4216
4216
\begin {codeblock }
4217
4217
struct B { long double d; };
4218
- struct D : virtual B { char c; }
4218
+ struct D : virtual B { char c; };
4219
4219
\end {codeblock }
4220
4220
4221
4221
When \tcode {D} is the type of a complete object, it will have a subobject of
Original file line number Diff line number Diff line change 778
778
wrong_protocol_type, // \tcode {EPROTOTYPE}
779
779
};
780
780
781
- template <> struct is_error_condition_enum<errc> : true_type { }
781
+ template <> struct is_error_condition_enum<errc> : true_type { };
782
782
783
783
error_code make_error_code(errc e) noexcept;
784
784
error_condition make_error_condition(errc e) noexcept;
You can’t perform that action at this time.
0 commit comments