refactor: restructure project to build a library for each book chapter

This commit is contained in:
Michael Mandl 2023-10-21 11:43:01 +02:00
parent 5a3798a604
commit dfaee89d56
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
11 changed files with 15 additions and 6 deletions

View file

@ -1,5 +0,0 @@
#pragma once
namespace constexp {
void test();
};

View file

@ -1,7 +0,0 @@
#pragma once
namespace ifswitch {
void test();
};

View file

@ -1,5 +0,0 @@
#pragma once
namespace initlist {
void test();
};

View file

@ -1,5 +0,0 @@
#pragma once
namespace null {
void test();
};