boost_mpl 0.1.0

Boost C++ library boost_mpl packaged using Zanbil
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2025 Peter Dimov
// Distributed under the Boost Software License, Version 1.0. 
// https://www.boost.org/LICENSE_1_0.txt

// Check for conflicts with MS iso646.h, which defines macros for `and` et al

#include <ciso646>
#include <boost/mpl/and.hpp>
#include <boost/mpl/or.hpp>
#include <boost/mpl/bitand.hpp>
#include <boost/mpl/bitor.hpp>

int main()
{
}