diff options
author | Jose <jose@zeroc.com> | 2014-10-28 23:30:38 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-10-28 23:30:38 +0100 |
commit | 5fb6b5bed5e0de19de36b13f3d83f0a64c6d8b6f (patch) | |
tree | 53f75ac38656188af9011efb042fd3f2fc269106 /cpp/lib | |
parent | createObjectAdapter now raises CommunicatorDestroyedException if the communic... (diff) | |
download | ice-5fb6b5bed5e0de19de36b13f3d83f0a64c6d8b6f.tar.bz2 ice-5fb6b5bed5e0de19de36b13f3d83f0a64c6d8b6f.tar.xz ice-5fb6b5bed5e0de19de36b13f3d83f0a64c6d8b6f.zip |
(ICE-5548) C++11 support with GCC - Ubuntu distribution updates
Diffstat (limited to 'cpp/lib')
-rw-r--r-- | cpp/lib/c++11/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/lib/c++11/.gitignore b/cpp/lib/c++11/.gitignore new file mode 100644 index 00000000000..39af5887579 --- /dev/null +++ b/cpp/lib/c++11/.gitignore @@ -0,0 +1 @@ +# Dummy file, so that git retains this otherwise empty directory. |