-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild_info.txt
More file actions
24 lines (22 loc) · 873 Bytes
/
build_info.txt
File metadata and controls
24 lines (22 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Informations for building
=========================
The ProjectJSON can be build either by using Makefile and proper compiler
or by using ProjectJSON.sln file and VS 2013 (or newer).
The requirement for the compiler is simply reasonable support of C++11.
Tested compilers are: MSVC (included in VS 2013), gcc version at least
4.8.3, and clang version at least 3.4. The project may be also compiled
with any compiler with support of following list of features:
*) r-value semantics
*) auto deriving types of variables
*) range-for loops
*) noexcept operator and specifier support
*) default and delete keywords extension
*) final and override contextual keywords
*) using keyword extension
*) enum classes
*) uniform-brace-initialization
*) lambda expressions
*) unrestricted unions
*) decltype keyword
*) trailing return type declaration
*) std::unique_ptr