File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ if(cToStr) { // Functor valid?
3232
3333## Design Highlights
3434
35- * *** Zero-Overhead by Design* ** – Reflection metadata is registered and resolved lazily. You only pay for what you actually use.
35+ * ** Zero-Overhead by Design** – Reflection metadata is registered and resolved lazily. You only pay for what you actually use.
3636
37- * *** Non-Intrusive & Macro-Free* ** – No macros, base classes, or intrusive user-type annotations required.
37+ * ** Non-Intrusive & Macro-Free** – No macros, base classes, or intrusive user-type annotations required.
3838
39- * *** Performance* ** – Reflective calls are on par with ` std::function ` , and can be even faster when argument and return types are fully specified.
39+ * ** Performance** – Reflective calls are on par with ` std::function ` , and can be even faster when argument and return types are fully specified.
4040
4141 See the [ Performance Summary] ( docs/benchmark_summary.md ) for benchmark details.
4242
You can’t perform that action at this time.
0 commit comments