boostorg / container

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

Prefix aligned_storage with dtl:: (workaround for msvc 10, 11, 12). #113

Closed awulkiew closed 5 years ago

awulkiew commented 5 years ago

Workaround for issue https://github.com/boostorg/container/issues/112

igaztanaga commented 5 years ago

Many thanks for the patch.