Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4322b21

Browse files
committed
C++: Link to standards.
1 parent 420d47b commit 4322b21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/ql/test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Features of the QL libraries in `cpp/ql/src` should also have test coverage, in
2525
## Copying code
2626

2727
The contents of `cpp/ql/test` should be original - nothing should be copied from other sources. In particular do not copy-paste C/C++ code from third-party projects, your own projects, or the standard C/C++ library implementation of your compiler (regardless of the associated license). As an exception, required declarations may be taken from the following sources where necessary:
28-
- ISO/IEC Programming languages - C (all versions)
29-
- ISO/IEC Programming languages - C++ (all versions)
28+
- [ISO/IEC Programming languages - C](https://www.iso.org/standard/74528.html) (all versions)
29+
- [ISO/IEC Programming languages - C++](https://www.iso.org/standard/68564.html) (all versions)
3030
- Code from existing queries and tests in this repository
3131
This includes 'translating QL to C++', that is, writing C/C++ declarations from the information such as parameter names and positions specified in QL classes (when there is enough information to do so).
3232
- Code in the public domain

0 commit comments

Comments
 (0)