lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
Last change
on this file since 15f2306 was 7bbf91e, checked in by Dzejrou <dzejrou@…>, 7 years ago |
|
cpp: changed internal to bits to avoid include space pollusion, fixed old std::hel:: bugs in files that weren't touched since
|
-
Property mode
set to
100644
|
|
File size:
212 bytes
|
| Line | |
|---|
| 1 | #ifndef LIBCPP_BITS_COMMON
|
|---|
| 2 | #define LIBCPP_BITS_COMMON
|
|---|
| 3 |
|
|---|
| 4 | /**
|
|---|
| 5 | * According to section 17.2 of the standard,
|
|---|
| 6 | * the restrict qualifier shall be omitted.
|
|---|
| 7 | */
|
|---|
| 8 | #define restrict
|
|---|
| 9 |
|
|---|
| 10 | #undef NULL
|
|---|
| 11 | #define NULL nullptr
|
|---|
| 12 |
|
|---|
| 13 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.