2011-04-28 Paolo Carlini <paolo.carlini@oracle.com>
[gcc.git] / libstdc++-v3 / include / parallel / par_loop.h
index 1e21d3ad042fc540932659e27e2fbc5e3a8c71f2..9671c1dd398a5de012f4ee99ea39ffb04d4ff577 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 
-// Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+// Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the terms
@@ -95,8 +95,8 @@ namespace __gnu_parallel
          (::operator new(sizeof(_Result)));
 
        _DifferenceType
-         __start = equally_split_point(__length, __num_threads, __iam),
-         __stop = equally_split_point(__length, __num_threads, __iam + 1);
+         __start = __equally_split_point(__length, __num_threads, __iam),
+         __stop = __equally_split_point(__length, __num_threads, __iam + 1);
 
        if (__start < __stop)
          {