1 parent 99e983e commit c3ded0dCopy full SHA for c3ded0d
1 file changed
simplecpp.h
@@ -82,7 +82,10 @@ namespace simplecpp {
82
class constness_ptr
83
{
84
public:
85
- explicit constness_ptr(T* p)
+#ifndef _MSC_VER
86
+ explicit
87
+#endif
88
+ constness_ptr(T* p)
89
: mPtr(p)
90
{}
91
0 commit comments