[DiscordArchive] You're saying that
[DiscordArchive] You're saying that
Archived author: schlumpf • Posted: 2018-11-14T15:44:32.671000+00:00
Original source
You're saying that
```
Bernds-iMac:~ berndloerwald$ cat > temp.cpp
#include <iostream>
int main(int, char**) {
std::cout << "hi\n";
}
Bernds-iMac:~ berndloerwald$ clang++ temp.cpp -o temp
Bernds-iMac:~ berndloerwald$ otool -L temp
temp:
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 400.9.4)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1252.200.5)
```
has different output for you?
Archived author: Skarn • Posted: 2018-11-14T15:46:26.376000+00:00
Original source
I will check in about an hour
Archived author: Skarn • Posted: 2018-11-14T15:46:29.637000+00:00
Original source
In the bus now