typesizes.cc: Include tweaks.
2009-03-12 Benjamin Kosnik <bkoz@redhat.com> * testsuite/30_threads/condition_variable_any/native_handle/ typesizes.cc: Include tweaks. * testsuite/30_threads/mutex/native_handle/typesizes.cc: Same. * testsuite/30_threads/timed_mutex/native_handle/typesizes.cc: Same. * testsuite/30_threads/thread/native_handle/typesizes.cc: Same. * testsuite/30_threads/recursive_mutex/native_handle/typesizes.cc: Same. * testsuite/30_threads/condition_variable/native_handle/ typesizes.cc: Same. From-SVN: r144830
This commit is contained in:
parent
2a50b3bc21
commit
8f6678383c
@ -1,3 +1,14 @@
|
||||
2009-03-12 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* testsuite/30_threads/condition_variable_any/native_handle/
|
||||
typesizes.cc: Include tweaks.
|
||||
* testsuite/30_threads/mutex/native_handle/typesizes.cc: Same.
|
||||
* testsuite/30_threads/timed_mutex/native_handle/typesizes.cc: Same.
|
||||
* testsuite/30_threads/thread/native_handle/typesizes.cc: Same.
|
||||
* testsuite/30_threads/recursive_mutex/native_handle/typesizes.cc: Same.
|
||||
* testsuite/30_threads/condition_variable/native_handle/
|
||||
typesizes.cc: Same.
|
||||
|
||||
2009-03-11 Jonathan Wakely <jwakely.gcc@gmail.com>
|
||||
|
||||
* include/bits/shared_ptr.h: Add include guards.
|
||||
|
@ -23,8 +23,8 @@
|
||||
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
||||
// USA.
|
||||
|
||||
#include <thread/all.h>
|
||||
#include <condition_variable>
|
||||
#include <thread/all.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -23,8 +23,8 @@
|
||||
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
||||
// USA.
|
||||
|
||||
#include <thread/all.h>
|
||||
#include <condition_variable>
|
||||
#include <thread/all.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -23,8 +23,8 @@
|
||||
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
||||
// USA.
|
||||
|
||||
#include <thread/all.h>
|
||||
#include <mutex>
|
||||
#include <thread/all.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -23,8 +23,8 @@
|
||||
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
||||
// USA.
|
||||
|
||||
#include <thread/all.h>
|
||||
#include <mutex>
|
||||
#include <thread/all.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -23,8 +23,8 @@
|
||||
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
||||
// USA.
|
||||
|
||||
#include <thread/all.h>
|
||||
#include <thread>
|
||||
#include <thread/all.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -23,8 +23,8 @@
|
||||
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
||||
// USA.
|
||||
|
||||
#include <thread/all.h>
|
||||
#include <mutex>
|
||||
#include <thread/all.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user