diff options
author | Joe George <joe@zeroc.com> | 2015-12-29 14:42:15 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2015-12-29 14:45:23 -0500 |
commit | 6cf97628982b6a0ab7063009f92ac81b3c84e0d1 (patch) | |
tree | 8370194405d1a7a51967774fb41c0008f4d53ffc /cpp/include/Slice/CPlusPlusUtil.h | |
parent | Fix IceBT C++11 build (diff) | |
download | ice-6cf97628982b6a0ab7063009f92ac81b3c84e0d1.tar.bz2 ice-6cf97628982b6a0ab7063009f92ac81b3c84e0d1.tar.xz ice-6cf97628982b6a0ab7063009f92ac81b3c84e0d1.zip |
Fix ICE-6947
Pass in-parameters for local interfaces with delegate metadata by value
in C++11
Diffstat (limited to 'cpp/include/Slice/CPlusPlusUtil.h')
-rw-r--r-- | cpp/include/Slice/CPlusPlusUtil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/Slice/CPlusPlusUtil.h b/cpp/include/Slice/CPlusPlusUtil.h index ab0a0c6f2fb..eb038a8761e 100644 --- a/cpp/include/Slice/CPlusPlusUtil.h +++ b/cpp/include/Slice/CPlusPlusUtil.h @@ -36,6 +36,7 @@ const int TypeContextUseWstring = 16; const int TypeContextReadClosure = 32; const int TypeContextLocalOperation = 64; const int TypeContextAMD = 128; +const int TypeContextDelegate = 256; SLICE_API bool isMovable(const TypePtr&); |