Hacker News new | ask | show | jobs
by sillywalk 968 days ago
Google's Fuchsia or at least parts of the Zircon kernel use C++. [0]

{ A subset of the C++17 language is used in the Zircon tree. This includes both the kernel and userspace code. C++ is mixed with C (and some assembly) in both places. Some C++ language features are avoided or prohibited. Use of the C++ standard library features is very circumspect.}

[0] https://fuchsia.dev/fuchsia-src/development/languages/c-cpp/...