document the evaluation order of the comma initializer

This commit is contained in:
Gael Guennebaud 2013-04-19 14:03:16 +02:00
parent 46755648ec
commit aa8b897607

View File

@ -118,6 +118,8 @@ struct CommaInitializer
*
* Example: \include MatrixBase_set.cpp
* Output: \verbinclude MatrixBase_set.out
*
* \note According the c++ standard, the argument expressions of this comma initializer are evaluated in arbitrary order.
*
* \sa CommaInitializer::finished(), class CommaInitializer
*/