We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8653705 commit 5b07065Copy full SHA for 5b07065
CHANGELOG.md
@@ -4,7 +4,13 @@ Changes
4
Version 1.8.5
5
-------------
6
7
-1. Fix multiple calls to __hash__() (#70)
+1. Fix multiple calls to ``` __hash__()``` (#70)
8
+
9
+2. ```Static``` and ```extern``` qualifiers are now no more treated as equivalents
10
+ in the type_qualifiers class (for ```CastXML```).
11
+ The old behaviour is kept for ```GCC-XML``` (```static == extern```).
12
13
+3. Fix for ```declarations.is_noncopyable``` when used on a ```pointer_t```.
14
15
Version 1.8.4
16
0 commit comments