From c545328be780f867f6319a8e51cd409752449d31 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 8 Apr 2021 12:41:23 +0200 Subject: [PATCH] docs: Added the comment about the reason of ignoring diagnostics in `experimental_angle` --- example/references/experimental_angle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/references/experimental_angle.cpp b/example/references/experimental_angle.cpp index 2e2622a6..76a1e6a8 100644 --- a/example/references/experimental_angle.cpp +++ b/example/references/experimental_angle.cpp @@ -24,7 +24,7 @@ UNITS_DIAGNOSTIC_PUSH UNITS_DIAGNOSTIC_IGNORE_SHADOW -#include +#include // 'N' (Newton) shadows a template parameter traditionally used as a size of the array UNITS_DIAGNOSTIC_POP #include