2
0
mirror of https://github.com/boostorg/mpl.git synced 2026-01-19 16:32:11 +00:00
Files
mpl/test/issue_84.cpp

16 lines
369 B
C++

// 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()
{
}