Skip to content

Commit

Permalink
Document C++17 requirement
Browse files Browse the repository at this point in the history
    * ACE/NEWS:
    * ACE/ace/checked_iterator.h:
  • Loading branch information
jwillemsen committed Apr 23, 2024
1 parent ed0b72b commit 5a4e5ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ACE/NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
USER VISIBLE CHANGES BETWEEN ACE-7.1.4 and ACE-7.1.5
====================================================

. ACE/TAO now require C++17 or newer

. Add support for Embarcadero C++ Builder bcc64x compiler

USER VISIBLE CHANGES BETWEEN ACE-7.1.3 and ACE-7.1.4
====================================================

Expand Down
2 changes: 1 addition & 1 deletion ACE/ace/checked_iterator.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Some compilers (e.g. MSVC++ >= 8) issue security related
* diagnostics if algorithms such as std::copy() are used in an unsafe
* way. Normally this isn't an issue if STL container iterators are
* used in conjuction with the standard algorithms. However, in cases
* used in conjunction with the standard algorithms. However, in cases
* where application-specific iterators are use with standard
* algorithms that could potentially overrun a buffer, extra care must
* be taken to prevent such an overrun. If supported, checked
Expand Down

0 comments on commit 5a4e5ec

Please sign in to comment.