Created on 2017-02-03.00:00:00 last changed 90 months ago
[ 2017-03-03, Kona Friday morning ]
This is no longer true; core has fixed this
Setting to NAD
Review the whole library for constructors using member typedefs to name constructor parameters rather than template type parameters, as this inhibits class template deduction. e.g., the unique_lock explicit constructor taking the mutex_type typedef would be better served naming Mutex directly, to preserve support for deduction.
Proposed change: Review each constructor of each library class template, and revise specification of parameter types as needed.
History | |||
---|---|---|---|
Date | User | Action | Args |
2017-06-02 05:40:10 | admin | set | messages: + msg9193 |
2017-06-02 05:40:10 | admin | set | status: new -> nad |
2017-02-03 00:00:00 | admin | create |