We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c3186 commit 451c8adCopy full SHA for 451c8ad
include/redis-cpp/detail/config.h
@@ -14,10 +14,4 @@
14
#error "RedisCpp. Requires C++ 17 or higher."
15
#endif
16
17
-#ifdef REDISCPP_HEADER_ONLY
18
-# define REDISCPP_INLINE inline
19
-#else
20
-# define REDISCPP_INLINE
21
-#endif // !REDISCPP_HEADER_ONLY
22
-
23
#endif // !REDISCPP_DETAIL_CONFIG_H_
include/redis-cpp/resp/deserialization.h
@@ -30,8 +30,7 @@ inline namespace resp
30
namespace deserialization
31
{
32
[[nodiscard]]
33
-REDISCPP_INLINE
34
-auto get_mark(std::istream &stream)
+inline auto get_mark(std::istream &stream)
35
36
switch (stream.get())
37
0 commit comments