From 24865da369d0f916004c3e717aca108ef5090990 Mon Sep 17 00:00:00 2001
From: Patrick Sanan
Date: Wed, 1 Apr 2020 13:42:00 +0200
Subject: [PATCH] C++ Style Guide: Remove redundant comment guideline
Remove a guideline which is reiterated (with more specificity) in the following guideline.
---
cppguide.html | 3 ---
1 file changed, 3 deletions(-)
diff --git a/cppguide.html b/cppguide.html
index bbf1f64..1787bb2 100644
--- a/cppguide.html
+++ b/cppguide.html
@@ -4403,9 +4403,6 @@ one may be you!
-Use either the //
or /* */
-syntax, as long as you are consistent.
-
You can use either the //
or the /*
*/
syntax; however, //
is
much more common. Be consistent with how you