mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
When using libc++ headers on FreeBSD, in combination with -std=c++98, -ansi or -std=c++03, the long long type is not supported. So in this case, several functions and types, like lldiv_t, strtoll(), are not declared. This should make it possible to use the libc++ headers in c++98 mode. Note: libc++ is originally designed as a c++0x or higher library, so you should still take care when using it with c++98 or c++03. Noted by: Yamaya Takashi <yamayan@kbh.biglobe.ne.jp> MFC after: 1 week |
||
|---|---|---|
| .. | ||
| include | ||
| src | ||
| CREDITS.TXT | ||
| FREEBSD-upgrade | ||
| LICENSE.TXT | ||