Document change in reference manual.

pull/3744/head
Christoph Behle 7 years ago committed by Nirbheek Chauhan
parent 47c3a26915
commit 219fcfad14
  1. 2
      docs/markdown/Reference-manual.md

@ -1575,6 +1575,8 @@ the following methods:
- `get_define(definename)` returns the given preprocessor symbol's - `get_define(definename)` returns the given preprocessor symbol's
value as a string or empty string if it is not defined. value as a string or empty string if it is not defined.
The method will concatenate string literals as the compiler would.
E.g. `"a" "b"` will become `"ab"`.
- `get_id()` returns a string identifying the compiler. For example, - `get_id()` returns a string identifying the compiler. For example,
`gcc`, `msvc`, [and more](Reference-tables.html#compiler-ids). `gcc`, `msvc`, [and more](Reference-tables.html#compiler-ids).

Loading…
Cancel
Save