mirror of
https://github.com/boostorg/variant2.git
synced 2025-07-29 19:57:18 +02:00
Use granular mp11 includes
This commit is contained in:
@ -13,7 +13,10 @@
|
||||
# pragma warning( disable: 4521 4522 ) // multiple copy operators
|
||||
#endif
|
||||
|
||||
#include <boost/mp11.hpp>
|
||||
#include <boost/mp11/algorithm.hpp>
|
||||
#include <boost/mp11/function.hpp>
|
||||
#include <boost/mp11/integral.hpp>
|
||||
#include <boost/mp11/utility.hpp>
|
||||
#include <boost/assert.hpp>
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/detail/workaround.hpp>
|
||||
|
Reference in New Issue
Block a user