-
[[basic.life]/9](https://eel.is/c++draft/basic.life#9) and [[class.dtor]/18](https://eel.is/c++draft/class.dtor#18) seem to be normatively redundant, because
- [[basic.life]/1.4](https://eel.is/c++dr…
-
Hello,
I'm trying to bind c++ and rust, but I get the following error:
```
error: invalid conversion from 'std::__cxx11::string (*)() {aka std::__cxx11::basic_string (*)()}' to 'rust::cxxb…
-
I encountered this issue when building GCC on Solaris.
For some reason, several of the string related functions like to_string and strtoull require that _GLIBCXX_USE_C99 be defined (at least going …
-
See https://github.com/cplusplus/draft/issues/4680#issuecomment-862806234
We should style the exposition-only member `str` of `basic-formatting-string` in regular upright font, as we typically do f…
-
Today I read boost::format source code and it turned out that it was just a frontend of stringstream (eg `boost::str(boost::format("%x") % "xyz")` is the same as `std::cout
-
As the special rules specified in [lex.ccon]#1, that is:
>A non-encodable character literal is a character-literal whose c-char-sequence consists of a single c-char that is not a numeric-escape-seq…
-
This is an interesting one. The error looks like this
```
In file included from /usr/include/glib-2.0/glib/glib-typeof.h:39,
from /usr/include/glib-2.0/glib/gatomic.h:28,
…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR42433](https://bugs.llvm.org/show_bug.cgi?id=42433) |
| Status | CONFIRMED |
| Importance | P enha…
-
I have such code in my photo file, i can compile it into swift file and everything ok
message Subject {
oneof subjects {
string maths = 1;
string physics = 2;
Informatics i…
-
```
It seems feasible to include very basic C++ wrapper classes directly in
archive_entry.h and archive.h, using something like the following:
#ifdef __cplusplus
class CArchiveEntry {
stru…