lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 2c245c47 2/3: Prefer C++ to C headers


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 2c245c47 2/3: Prefer C++ to C headers
Date: Mon, 13 Jun 2022 13:20:11 -0400 (EDT)

branch: master
commit 2c245c47c6352a29e81253b238374d24d4af8ad9
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Prefer C++ to C headers
---
 numeric_io_cast.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/numeric_io_cast.hpp b/numeric_io_cast.hpp
index 4bc39da4..2472f924 100644
--- a/numeric_io_cast.hpp
+++ b/numeric_io_cast.hpp
@@ -27,10 +27,10 @@
 #include "numeric_io_traits.hpp"
 #include "rtti_lmi.hpp"
 
+#include <cstdio>                       // snprintf()
 #include <cstring>                      // strcmp()
 #include <sstream>
 #include <stdexcept>
-#include <stdio.h>                      // snprintf()
 #include <string>
 #include <type_traits>
 #include <typeinfo>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]