Skip to content

Instantly share code, notes, and snippets.

@GuillaumeDua
GuillaumeDua / Concept-based polymorphism in modern Cpp.md
Last active August 15, 2025 06:41
Concept-based polymorphism in modern C++

Concept-based polymorphism in modern C++

Date 05-05-2021 - 10-17-2023
Revision R3
Author Guillaume Dua
Reviewers Loïc Joly, Antoine Morrier
@GuillaumeDua
GuillaumeDua / cpp_legacy_inheritance_vs_std_variant.md
Last active July 20, 2025 08:45
C++ legacy inheritance vs CRTP + std::variant