We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90135bc commit f7faf55Copy full SHA for f7faf55
libcudacxx/codegen/generators/header.h
@@ -15,8 +15,7 @@
15
16
inline void FormatHeader(std::ostream& out)
17
{
18
- std::string header = R"XXX(
19
-//===----------------------------------------------------------------------===//
+ std::string header = R"XXX(//===----------------------------------------------------------------------===//
20
//
21
// Part of libcu++, the C++ Standard Library for your entire system,
22
// under the Apache License v2.0 with LLVM Exceptions.
0 commit comments