We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11afe2f commit f65f51fCopy full SHA for f65f51f
inst/include/cpp4r/named_arg.hpp
@@ -1,6 +1,8 @@
1
#pragma once
2
3
-#include <stddef.h> // for size_t
+// for size_t [@MichaelChirico, r-lib/cpp11/pull/454]
4
+// https://stackoverflow.com/questions/5079325/should-i-include-stddef-h-or-cstddef-for-size-t
5
+#include <cstddef>
6
7
#include <initializer_list> // for initializer_list
8
0 commit comments