mirror of
https://github.com/boostorg/phoenix.git
synced 2026-02-15 01:12:09 +00:00
- Forgot some changes for bug #5920
- Added testcase for bug #5968, works on gcc 4.6 [SVN r74833]
This commit is contained in:
7
test/include/operator/comparison.cpp
Normal file
7
test/include/operator/comparison.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2011 Thomas Heller
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
==============================================================================*/
|
||||
#include <boost/phoenix/operator/comparison.hpp>
|
||||
int main() {}
|
||||
Reference in New Issue
Block a user