define BENCHMARK_PAL_OS_STRING

From liblfds.org
Revision as of 00:28, 30 May 2016 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Source File

└───test_and_benchmark
    └───benchmark
        └───src
            └───libbenchmark_porting_abstraction_layer_operating_system.h

Define

#define BENCHMARK_PAL_OS_STRING  [compiler name, in double quotes]

Example

#define BENCHMARK_PAL_OS_STRING  "Windows"

Optionality

This define is mandatory and the programme cannot compile if it is not set.

Notes

This define is used internally to form up the version string.

See Also