Skip to content

Commit 5b34054

Browse files
authored
Update hello_world example comment following adding support for C++ member operators (#6134)
Part of #5995.
1 parent 949ec17 commit 5b34054

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/interop/cpp/hello_world.carbon

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
import Cpp inline "#include <cstdio>";
66

77
fn Run() {
8-
// TODO: Requires member operator << and class with virtual bases
9-
// (basic_ostream).
8+
// TODO: Requires class with virtual bases (`basic_ostream`).
109
// Cpp.std.cout << "Hello world!\n";
1110

1211
// TODO: Requires variadic function.

0 commit comments

Comments
 (0)