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 2714d2c commit c26de54Copy full SHA for c26de54
src/cxx.cc
@@ -245,7 +245,7 @@ static_assert(alignof(std::string) <= alignof(void *),
245
"unexpectedly large std::string alignment");
246
static_assert(sizeof(std::string) <= kMaxExpectedWordsInString * sizeof(void *),
247
"unexpectedly large std::string size");
248
-}
+} // namespace
249
250
#define STD_VECTOR_OPS(RUST_TYPE, CXX_TYPE) \
251
size_t cxxbridge1$std$vector$##RUST_TYPE##$size( \
0 commit comments