From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 6 Apr 2024 08:33:50 -0700 Subject: Remove leading and trailing empty lines in code blocks --- c++.html.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'c++.html.markdown') diff --git a/c++.html.markdown b/c++.html.markdown index 499eb669..6a3fdb5b 100644 --- a/c++.html.markdown +++ b/c++.html.markdown @@ -1196,9 +1196,8 @@ compl 4 // Performs a bitwise not 4 bitor 3 // Performs bitwise or 4 bitand 3 // Performs bitwise and 4 xor 3 // Performs bitwise xor - - ``` + Further Reading: * An up-to-date language reference can be found at [CPP Reference](http://cppreference.com/w/cpp). -- cgit v1.2.3