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

Skip to content

Commit 7d2babd

Browse files
geoffw0jbj
andauthored
Update cpp/ql/src/semmle/code/cpp/Type.qll
Co-Authored-By: Jonas Jensen <[email protected]>
1 parent 9755985 commit 7d2babd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/semmle/code/cpp/Type.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ class Decltype extends Type, @decltype {
953953
* struct A { double x; };
954954
* const A* a = new A();
955955
* decltype( a->x ); // type is double
956-
* decltype((a->x)); // type is const double&amp;
956+
* decltype((a->x)); // type is const double&
957957
* ```
958958
* Please consult the C++11 standard for more details.
959959
*/

0 commit comments

Comments
 (0)