mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:40:10 +01:00
Update hello_world example comment following adding support for C++ member operators (#6134)
Part of #5995.
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
import Cpp inline "#include <cstdio>";
|
||||
|
||||
fn Run() {
|
||||
// TODO: Requires member operator << and class with virtual bases
|
||||
// (basic_ostream).
|
||||
// TODO: Requires class with virtual bases (`basic_ostream`).
|
||||
// Cpp.std.cout << "Hello world!\n";
|
||||
|
||||
// TODO: Requires variadic function.
|
||||
|
||||
Reference in New Issue
Block a user