|
Boost-Commit : |
From: john_at_[hidden]
Date: 2008-08-26 11:34:01
Author: johnmaddock
Date: 2008-08-26 11:34:00 EDT (Tue, 26 Aug 2008)
New Revision: 48394
URL: http://svn.boost.org/trac/boost/changeset/48394
Log:
Initial commit.
Added:
trunk/libs/tr1/test/cyclic_depend/math_special_functions.cpp (contents, props changed)
trunk/libs/tr1/test/cyclic_depend/math_tr1.cpp (contents, props changed)
Added: trunk/libs/tr1/test/cyclic_depend/math_special_functions.cpp
==============================================================================
--- (empty file)
+++ trunk/libs/tr1/test/cyclic_depend/math_special_functions.cpp 2008-08-26 11:34:00 EDT (Tue, 26 Aug 2008)
@@ -0,0 +1,12 @@
+
+// (C) Copyright John Maddock 2008.
+// Use, modification and distribution are subject to 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/math/special_functions.hpp>
+
+int main()
+{
+ return 0;
+}
\ No newline at end of file
Added: trunk/libs/tr1/test/cyclic_depend/math_tr1.cpp
==============================================================================
--- (empty file)
+++ trunk/libs/tr1/test/cyclic_depend/math_tr1.cpp 2008-08-26 11:34:00 EDT (Tue, 26 Aug 2008)
@@ -0,0 +1,12 @@
+
+// (C) Copyright John Maddock 2008.
+// Use, modification and distribution are subject to 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/math/tr1.hpp>
+
+int main()
+{
+ return 0;
+}
\ No newline at end of file
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk