We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76bf57c commit daa290aCopy full SHA for daa290a
CHANGELOG.md
@@ -4,6 +4,17 @@ Changes
4
Version 1.9.1
5
-------------
6
7
+1. Fix bug in the ```find_noncopyable_vars``` method which wrongly returned
8
+ member variables of pointer type (#84)
9
+
10
+2. Fix bug in the ```smart_pointer_traits.value_type``` and
11
+ ```auto_pointer_traits.value_type``` methods which didn't find the expected
12
+ ```value_type``` declaration (#85)
13
14
+3. Fix bug in the ```smart_pointer_traits.is_smart_pointer``` and
15
+ ```auto_pointer_traits.is_smart_pointer``` methods which didn't properly
16
+ work (#85)
17
18
Version 1.9.0
19
20
0 commit comments