summaryrefslogtreecommitdiff
path: root/ACE/ace/CDR_Base.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-04-28 15:51:51 +0200
committerGitHub <noreply@github.com>2020-04-28 15:51:51 +0200
commitad17ff63affd12aa82869308875e2630972132c9 (patch)
tree0b6649213d104e59d3872ff3036fa32cbec1c20b /ACE/ace/CDR_Base.h
parent2e234782449d31eff4a88aaaf90ff7085558d99a (diff)
parent57bc0064bdf8458b5a4b3dda8ff899fbcfb919c4 (diff)
downloadATCD-ad17ff63affd12aa82869308875e2630972132c9.tar.gz
Merge pull request #1093 from jwillemsen/jwi-ace-cpp20
When __cplusplus is equal or bigger as 202002L we define ACE_HAS_CPP20
Diffstat (limited to 'ACE/ace/CDR_Base.h')
-rw-r--r--ACE/ace/CDR_Base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/CDR_Base.h b/ACE/ace/CDR_Base.h
index 1a8deb3fb93..a8b49e5a0a1 100644
--- a/ACE/ace/CDR_Base.h
+++ b/ACE/ace/CDR_Base.h
@@ -317,7 +317,7 @@ public:
/// See OMG 2012-07-02 IDL-to-C++ Mapping v1.3 section 5.13
/// This class doesn't exactly match the IDL-to-C++ mapping because
/// it is meant for use inside a union in the IDL compiler and therefore
- /// has no constructors. Standards-based middlware libraries such as
+ /// has no constructors. Standards-based middleware libraries such as
/// ORBs and DDSs can wrap this class in a class of their own to provide
/// the exact interface described by the mapping specification.
class ACE_Export Fixed