mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-15 21:42:08 +02:00
tuple.hpp split.
[SVN r12297]
This commit is contained in:
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include <boost/preprocessor/dec.hpp>
|
#include <boost/preprocessor/dec.hpp>
|
||||||
#include <boost/preprocessor/inc.hpp>
|
#include <boost/preprocessor/inc.hpp>
|
||||||
#include <boost/preprocessor/tuple.hpp>
|
#include <boost/preprocessor/tuple/elem.hpp>
|
||||||
#include <boost/preprocessor/while.hpp>
|
#include <boost/preprocessor/while.hpp>
|
||||||
|
|
||||||
//! Expands to the sum of X and Y.
|
//! Expands to the sum of X and Y.
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <boost/preprocessor/dec.hpp>
|
#include <boost/preprocessor/dec.hpp>
|
||||||
#include <boost/preprocessor/tuple.hpp>
|
#include <boost/preprocessor/tuple/elem.hpp>
|
||||||
#include <boost/preprocessor/while.hpp>
|
#include <boost/preprocessor/while.hpp>
|
||||||
|
|
||||||
//! Expands to the difference of X and Y.
|
//! Expands to the difference of X and Y.
|
||||||
|
Reference in New Issue
Block a user