boostorg / container

STL-like containers from Boost
http://www.boost.org/libs/container/
Boost Software License 1.0
100 stars 116 forks source link

Workaround: Intel compilers do not offer CTAD yet. #96

Closed marcfehling closed 5 years ago

marcfehling commented 5 years ago

Closes #95. See issue for further information.

igaztanaga commented 5 years ago

Thanks for the patch!