mirror of
https://github.com/boostorg/statechart.git
synced 2026-01-26 07:02:11 +00:00
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
[SVN r68168]
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
#include <boost/intrusive_ptr.hpp>
|
||||
|
||||
#include <iostream>
|
||||
#include <boost/detail/iomanip.hpp>
|
||||
#include <iomanip>
|
||||
#include <cstddef> // size_t
|
||||
|
||||
#ifdef BOOST_INTEL
|
||||
@@ -126,7 +126,7 @@ void DisplayBits( unsigned int number )
|
||||
buffer[ bit ] = number & ( 1 << ( NO_OF_BITS - bit - 1 ) ) ? '1' : '0';
|
||||
}
|
||||
|
||||
std::cout << "Current state: " << boost::detail::setw( 4 ) <<
|
||||
std::cout << "Current state: " << std::setw( 4 ) <<
|
||||
number << " (" << buffer << ")" << std::endl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user