diff options
Diffstat (limited to 'Tests/CompileFeatures/cxx_delegating_constructors.cpp')
-rw-r--r-- | Tests/CompileFeatures/cxx_delegating_constructors.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/CompileFeatures/cxx_delegating_constructors.cpp b/Tests/CompileFeatures/cxx_delegating_constructors.cpp index 4b41615..7e04939 100644 --- a/Tests/CompileFeatures/cxx_delegating_constructors.cpp +++ b/Tests/CompileFeatures/cxx_delegating_constructors.cpp @@ -7,7 +7,6 @@ public: Foo(double d) : Foo(static_cast<int>(d)) { - } private: |