File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -300,8 +300,8 @@ namespace cp = cpp_dump;
300
300
CPP_DUMP_SET_OPTION_GLOBAL(max_line_width, 100);
301
301
302
302
// To ensure proper instantiation of templates,
303
- // include these in at least one translation unit where cpp_dump(...) prints each of the type they support .
304
- // The simplest way is to include them in a header file and then include that header file wherever needed.
303
+ // include these in at least one translation unit where cpp_dump(...) prints each type.
304
+ // The simplest way is to write them in a header file and then include that header file wherever needed.
305
305
CPP_DUMP_DEFINE_EXPORT_ENUM(my_enum, my_enum::a, my_enum::b, my_enum::c);
306
306
CPP_DUMP_DEFINE_EXPORT_OBJECT(my_class, member1, member2());
307
307
CPP_DUMP_DEFINE_EXPORT_OBJECT_GENERIC(member3, member4());
You can’t perform that action at this time.
0 commit comments