feat: if constexpr
This commit is contained in:
parent
161e768069
commit
09a1efeedf
4 changed files with 43 additions and 2 deletions
9
chapters/chapter_02/include/if_constexpr.h
Normal file
9
chapters/chapter_02/include/if_constexpr.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include "chapter_interface.h"
|
||||
|
||||
class IfConstexprTest : public ChapterTest {
|
||||
public:
|
||||
virtual void run() override;
|
||||
virtual const char *name() const override { return "If constexpr test"; }
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue