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