https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109633
--- Comment #4 from Jo ---
good idea, thank you
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109633
Jo changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: bremende55 at gmail dot com
Target Milestone: ---
Created attachment 54924
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54924&action=edit
*ii file from comp
: unassigned at gcc dot gnu.org
Reporter: bremende55 at gmail dot com
Target Milestone: ---
Example in
https://en.cppreference.com/w/cpp/filesystem/last_write_time
compiles fine with g++ 8.1 and 8.2, but not with 9.0.1
Error message:
lastwritetime.cpp: In Funktion »int main
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77263
--- Comment #4 from Jo ---
(In reply to Jonathan Wakely from comment #3)
> (In reply to Jo from comment #2)
> > /* and */ as part of a C-string literal should not interfere with /* */ in
> > the code.
>
> They are no part of a string-literal, t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77263
Jo changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|INVALID
++
Assignee: unassigned at gcc dot gnu.org
Reporter: bremende55 at gmail dot com
Target Milestone: ---
The following code compiles and gives the correct result:
#include
#include
#include
int main() {
std::string astring("// x /* meaningless comment start ");
/
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: bremende55 at gmail dot com
Target Milestone: ---
relates to c++17
filesystem::create_directory(path) gives an exception if path already exists,
but the C++standard FDIS N4604 27.10.15.7 says:
"Creation fa
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58886
--- Comment #1 from Jo ---
compiler used:
g++ (GCC) 4.9.0 20131020 (experimental)
on SuSe Linux 12.2
Priority: P3
Component: libgcc
Assignee: unassigned at gcc dot gnu.org
Reporter: bremende55 at gmail dot com
regex with (?s) (valid in Java and boost) yields regex_error
(?s) ist the 'dot-matches-all" match mode, i.e. \n ist treated as normal char
see example:
10 matches
Mail list logo