From 219fcfad1457ec475961799724ebc6d2e17541b0 Mon Sep 17 00:00:00 2001 From: Christoph Behle Date: Mon, 11 Jun 2018 20:05:07 +0200 Subject: Document change in reference manual. --- docs/markdown/Reference-manual.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 26d91c53c..f0fe93ebf 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1575,6 +1575,8 @@ the following methods: - `get_define(definename)` returns the given preprocessor symbol's 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, `gcc`, `msvc`, [and more](Reference-tables.html#compiler-ids). -- cgit v1.2.3