Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63844 - sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing
From: bbartmanboost_at_[hidden]
Date: 2010-07-11 07:41:18


Author: bbartman
Date: 2010-07-11 07:41:17 EDT (Sun, 11 Jul 2010)
New Revision: 63844
URL: http://svn.boost.org/trac/boost/changeset/63844

Log:
renaming folder to fix details by changing it to detail

Text files modified:
   sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/boost_endian_integration_test.cpp | 12 ++++++------
   1 files changed, 6 insertions(+), 6 deletions(-)

Modified: sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/boost_endian_integration_test.cpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/boost_endian_integration_test.cpp (original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/boost_endian_integration_test.cpp 2010-07-11 07:41:17 EDT (Sun, 11 Jul 2010)
@@ -102,7 +102,7 @@
  *
  *
  */
-namespace details {
+namespace detail {
 
 template <
     std::size_t ByteIndex,
@@ -211,7 +211,7 @@
         native_tag,
         ConvertTo
>::type endianness_tag;
- typedef typename details::convertion_helper<
+ typedef typename detail::convertion_helper<
         IntegralConstantType,
         endianness_tag
>::type type;
@@ -248,14 +248,14 @@
         printf("%0x\n",0xdeadbeef);
         printf("%0x\n", converted_type::value );
 
- typedef boost::bitfields::endian::details::calculate_out_integral_c<
+ typedef boost::bitfields::endian::detail::calculate_out_integral_c<
             0,
             beefy,
             start_of_the_end
>::type step_one;
         printf("Step 1: %0x\n", step_one::value );
 
- typedef boost::bitfields::endian::details::calculate_out_integral_c<
+ typedef boost::bitfields::endian::detail::calculate_out_integral_c<
             1,
             beefy,
             step_one
@@ -264,7 +264,7 @@
 
 
 
- typedef boost::bitfields::endian::details::calculate_out_integral_c<
+ typedef boost::bitfields::endian::detail::calculate_out_integral_c<
             2,
             beefy,
             step_two
@@ -272,7 +272,7 @@
         printf("Step 3: %0x\n", step_three::value );
 
 
- typedef boost::bitfields::endian::details::calculate_out_integral_c<
+ typedef boost::bitfields::endian::detail::calculate_out_integral_c<
             3,
             beefy,
             step_three


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