From 1d2e5d182ed0750f1120454031cbe3ddd4bd18c8 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Mon, 26 Jun 2017 19:26:59 +0200 Subject: [PATCH] oops --- src/misc/debugPtr.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/misc/debugPtr.cpp b/src/misc/debugPtr.cpp index cadd9c6..c9d45f2 100644 --- a/src/misc/debugPtr.cpp +++ b/src/misc/debugPtr.cpp @@ -3,6 +3,8 @@ * found in the file LICENSE that is included with the distribution */ +#if __cplusplus>=201103L + #include namespace epics { @@ -143,3 +145,5 @@ void ptr_base::spy_refs(ref_set_t &refs) const } }} // namespace epics::debug + +#endif // __cplusplus>=201103L