Fix typo in doc

This commit is contained in:
theidexisted
2021-09-16 11:47:12 +08:00
committed by GitHub
parent f44b0102b4
commit abf352b513

View File

@@ -376,7 +376,7 @@ using:
struct my_tag1;
struct my_tag2;
typedef list_base_hook< tag<my_tag> > BaseHook;
typedef list_base_hook< tag<my_tag1> > BaseHook;
typedef list_base_hook< tag<my_tag2> > BaseHook2;
class Foo : public BaseHook, public BaseHook2
{ /**/ };