diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-11 16:36:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-11 16:36:03 +0200 |
commit | 9365373c0c476576b9d346413a0dcad2a111e6dc (patch) | |
tree | 7b822c7dcca7d58964d909d4ac6e311d08552881 /feature/c++11-only | |
parent | 18f9d68e494d3a2df33b6a18f5e39abb99ed0f5c (diff) |
Add few C++11-only ideas
Diffstat (limited to 'feature/c++11-only')
-rw-r--r-- | feature/c++11-only | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/feature/c++11-only b/feature/c++11-only index ee2b378..0140025 100644 --- a/feature/c++11-only +++ b/feature/c++11-only @@ -5,3 +5,7 @@ - Solaris (10 or completely?) - VC12? It has nasty lack of default move ctor + + - 64-bit targets only (no more multi-arch insanity in binaries) + + - GCC versions without regex support? |