Compare commits

..

1 Commits

Author SHA1 Message Date
fcbd6abb94 Phoenix Reloaded
[SVN r53348]
2009-05-28 17:15:17 +00:00
3 changed files with 1 additions and 13 deletions

View File

@ -1,9 +1,3 @@
#
# Copyright Troy D. Straszheim
#
# Distributed under the Boost Software License, Version 1.0.
# See http://www.boost.org/LICENSE_1_0.txt
#
#----------------------------------------------------------------------------
# This file was automatically generated from the original CMakeLists.txt file
# Add a variable to hold the headers for the library

View File

@ -20,7 +20,7 @@
namespace boost {
none_t const none = (static_cast<none_t>(0)) ;
none_t const none = ((none_t)0) ;
} // namespace boost

View File

@ -1,9 +1,3 @@
#
# Copyright Troy D. Straszheim
#
# Distributed under the Boost Software License, Version 1.0.
# See http://www.boost.org/LICENSE_1_0.txt
#
boost_additional_test_dependencies(optional BOOST_DEPENDS test tuple)