khizmax / libcds

A C++ library of Concurrent Data Structures
http://libcds.sourceforge.net/doc/cds-api/index.html
Boost Software License 1.0
2.56k stars 359 forks source link

Wrong naming in #ifndef directive for skip_list_dhp map and set #134

Open kazachkovaanna opened 5 years ago

kazachkovaanna commented 5 years ago

https://github.com/khizmax/libcds/blob/44c052bdb69aaf26d7010074547356c80e55421a/cds/container/skip_list_set_dhp.h#L7 https://github.com/khizmax/libcds/blob/44c052bdb69aaf26d7010074547356c80e55421a/cds/container/skip_list_map_dhp.h#L7

In skip_list_set_dhp.h name is defined as map, and in map it is set.