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.
2 parents 89c98ca + ce8f2ca commit bc72307Copy full SHA for bc72307
1 file changed
src/Defines.h
@@ -61,7 +61,7 @@ namespace EmbeddedProto
61
#elif __cplusplus >= 201103L // C++11
62
63
template<class T>
64
- constexpr void destroy_at(T* p)
+ inline void destroy_at(T* p)
65
{
66
p->~T();
67
}
@@ -96,4 +96,4 @@ namespace EmbeddedProto
96
97
98
99
-#endif //_EMBEDDED_PROTO_DEFINES_H_
+#endif //_EMBEDDED_PROTO_DEFINES_H_
0 commit comments