[DiscordArchive] phone?
[DiscordArchive] phone?
Archived author: schlumpf • Posted: 2018-11-03T20:55:19.065000+00:00
Original source
It probably isn’t error feee
Archived author: Deleted User • Posted: 2018-11-03T20:55:50.353000+00:00
Original source
a bit a problem with C++ is that there is a standard but many popular compilers have started adding their own non standard stuff
Archived author: Deleted User • Posted: 2018-11-03T20:56:09.588000+00:00
Original source
But that can happen to any language
Archived author: schlumpf • Posted: 2018-11-03T20:56:22.301000+00:00
Original source
MSVC and gcc/clang are *very* good at complying with the standard these days. It is surely unlikely to have compliant code that flat out doesn’t compile.
Archived author: Skarn • Posted: 2018-11-03T20:56:30.611000+00:00
Original source
<@160857905879449600> it is error free. It fails to compile any C++ valid project that is linking libstd
Archived author: Skarn • Posted: 2018-11-03T20:56:40.005000+00:00
Original source
because apparently apple decided to support only libc++
Archived author: Skarn • Posted: 2018-11-03T20:56:45.188000+00:00
Original source
as stdlib
Archived author: schlumpf • Posted: 2018-11-03T20:57:28.880000+00:00
Original source
That’s not a c++ issue, and libc++ still is a valid STL implementation so I have no idea what you complain about.
Archived author: schlumpf • Posted: 2018-11-03T20:57:47.717000+00:00
Original source
Using clang with libstdcxx not working is not a c++ issue
Archived author: Skarn • Posted: 2018-11-03T20:58:01.083000+00:00
Original source
It is not a fault of C++ but the possibility of this issue even occurring is because they way C++ is.