C++: make all properties and sub elements private

This commit is contained in:
Olivier Goffart 2020-08-03 12:45:31 +02:00
parent a662d36dc3
commit a4efac920a
2 changed files with 203 additions and 117 deletions

View file

@ -1,5 +1,8 @@
#pragma once
// In C++17, it is conditionally supported, but still valid for all compiler we care
#pragma GCC diagnostic ignored "-Winvalid-offsetof"
#include <vector>
#include <memory>