cleanup after closing #324
This commit is contained in:
parent
bb9d87ad55
commit
67b9f1936d
3 changed files with 4 additions and 3 deletions
|
|
@ -107,7 +107,7 @@ such as sequence containers. For instance, `std::map` passes the test as it
|
|||
contains a `mapped_type`, whereas `std::vector` fails the test.
|
||||
|
||||
@sa http://stackoverflow.com/a/7728728/266378
|
||||
@since version 1.0.0
|
||||
@since version 1.0.0, overworked in version 2.0.6
|
||||
*/
|
||||
template<typename T>
|
||||
struct has_mapped_type
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ such as sequence containers. For instance, `std::map` passes the test as it
|
|||
contains a `mapped_type`, whereas `std::vector` fails the test.
|
||||
|
||||
@sa http://stackoverflow.com/a/7728728/266378
|
||||
@since version 1.0.0
|
||||
@since version 1.0.0, overworked in version 2.0.6
|
||||
*/
|
||||
template<typename T>
|
||||
struct has_mapped_type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue