refs #624 Updated comment.

This commit is contained in:
Mathew Sutcliffe
2016-03-21 23:34:41 +00:00
parent 5872e96b21
commit eda68329f3

View File

@@ -22,7 +22,7 @@ namespace BlackMisc
// Inhibit doxygen warnings about missing documentation
//! \cond PRIVATE
// Our own implementation of std::index_sequence (because not implemented by MSVC2013)
// Our own implementation of std::index_sequence (because not implemented by GCC 4.9)
template <size_t... Is>
struct index_sequence
{