From 7b422eac3f26285d17c782d0aaa258a98b9f8289 Mon Sep 17 00:00:00 2001 From: Thibault Kruse Date: Sun, 27 Sep 2015 21:45:14 +0200 Subject: [PATCH] fix header inside anchor --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index fe48767..e08fb6e 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -11847,7 +11847,7 @@ If the class definition and the constructor body are in separate files, the long [[Cline99]](#Cline99) §22.03-11, [[Dewhurst03]](Dewhurst03) §52-53, [[Koenig97]](#Koenig97) §4, [[Lakos96]](#Lakos96) §10.3.5, [[Meyers97]](#Meyers97) §13, [[Murray93]](#Murray93) §2.1.3, [[Sutter00]](#Sutter00) §47 -### Use of `=`, `{}`, and `()` as initializers +### Use of `=`, `{}`, and `()` as initializers ???