From 04b254b41d66728639e2f60dd1e459bea9a9a468 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 23 Sep 2002 11:14:31 +0000 Subject: [PATCH] Fixes for .NET 2003 [SVN r15482] --- test/boost_has_long_long.ipp | 4 ++-- test/boost_no_wchar_t.ipp | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/test/boost_has_long_long.ipp b/test/boost_has_long_long.ipp index ed85425f..ab3f0a06 100644 --- a/test/boost_has_long_long.ipp +++ b/test/boost_has_long_long.ipp @@ -14,8 +14,8 @@ namespace boost_has_long_long{ int test() { - long long int lli = 0LL; - unsigned long long int ulli = 0uLL; + long long lli = 0LL; + unsigned long long ulli = 0uLL; (void)lli; (void)ulli; return 0; diff --git a/test/boost_no_wchar_t.ipp b/test/boost_no_wchar_t.ipp index 8207984f..5066dfda 100644 --- a/test/boost_no_wchar_t.ipp +++ b/test/boost_no_wchar_t.ipp @@ -18,18 +18,18 @@ namespace boost_no_intrinsic_wchar_t{ template -struct is_int{}; +struct is_int{ int i; }; -template <> struct is_int{}; -template <> struct is_int{}; -template <> struct is_int{}; -template <> struct is_int{}; -template <> struct is_int{}; -template <> struct is_int{}; -template <> struct is_int{}; -template <> struct is_int{}; -template <> struct is_int{}; -template <> struct is_int{}; +template <> struct is_int{ int i; }; +template <> struct is_int{ int i; }; +template <> struct is_int{ int i; }; +template <> struct is_int{ int i; }; +template <> struct is_int{ int i; }; +template <> struct is_int{ int i; }; +template <> struct is_int{ int i; }; +template <> struct is_int{ int i; }; +template <> struct is_int{ int i; }; +template <> struct is_int{ int i; }; int test() {