find_selectors.h: Correct name for include guard #ifndef.

2008-07-15  Johannes Singler  <singler@ira.uka.de>

        * include/parallel/find_selectors.h:
        Correct name for include guard #ifndef.
        * include/parallel/balanced_quicksort.h: Likewise.
        * include/parallel/unique_copy.h: Likewise.
        * include/parallel/multiway_mergesort.h: Likewise.
        * include/parallel/checkers.h: Likewise.
        * include/parallel/[various files]:
        Add/correct comment for #endif of include guard (at end of file)

From-SVN: r137827
This commit is contained in:
Johannes Singler 2008-07-15 10:06:58 +00:00 committed by Johannes Singler
parent e65d1ec6b0
commit cbcd1e4520
40 changed files with 60 additions and 50 deletions

View File

@ -1,3 +1,14 @@
2008-07-15 Johannes Singler <singler@ira.uka.de>
* include/parallel/find_selectors.h:
Correct name for include guard #ifndef.
* include/parallel/balanced_quicksort.h: Likewise.
* include/parallel/unique_copy.h: Likewise.
* include/parallel/multiway_mergesort.h: Likewise.
* include/parallel/checkers.h: Likewise.
* include/parallel/[various files]:
Add/correct comment for #endif of include guard (at end of file)
2008-07-12 Paolo Carlini <paolo.carlini@oracle.com>
* include/std/date_time: Remove, per N2549, in WP.

View File

@ -2367,4 +2367,4 @@ namespace __parallel
} // end namespace
} // end namespace
#endif /* _GLIBCXX_ALGORITHM_H */
#endif /* _GLIBCXX_PARALLEL_ALGO_H */

View File

@ -284,4 +284,4 @@ namespace __parallel
} // end namespace
} // end namespace
#endif /* _GLIBCXX_ALGOBASE_H */
#endif /* _GLIBCXX_PARALLEL_ALGOBASE_H */

View File

@ -892,4 +892,4 @@ namespace __parallel
} // end namespace __parallel
} // end namespace std
#endif
#endif /* _GLIBCXX_PARALLEL_ALGORITHMFWD_H */

View File

@ -45,8 +45,8 @@
// Written by Johannes Singler.
#ifndef _GLIBCXX_PARALLEL_BAL_QUICKSORT_H
#define _GLIBCXX_PARALLEL_BAL_QUICKSORT_H 1
#ifndef _GLIBCXX_PARALLEL_BALANCED_QUICKSORT_H
#define _GLIBCXX_PARALLEL_BALANCED_QUICKSORT_H 1
#include <parallel/basic_iterator.h>
#include <bits/stl_algo.h>
@ -480,4 +480,4 @@ template<typename RandomAccessIterator, typename Comparator>
}
} // namespace __gnu_parallel
#endif
#endif /* _GLIBCXX_PARALLEL_BALANCED_QUICKSORT_H */

View File

@ -492,4 +492,4 @@ do \
} //namespace __gnu_parallel
#endif
#endif /* _GLIBCXX_PARALLEL_BASE_H */

View File

@ -45,4 +45,4 @@
#include <bits/stl_iterator_base_funcs.h>
#include <bits/stl_iterator.h>
#endif /* _GLIBCXX_BASIC_ITERATOR_H */
#endif /* _GLIBCXX_PARALLEL_BASIC_ITERATOR_H */

View File

@ -35,8 +35,8 @@
// Written by Johannes Singler.
#ifndef _GLIBCXX_PARALLEL_CHECKERS
#define _GLIBCXX_PARALLEL_CHECKERS 1
#ifndef _GLIBCXX_PARALLEL_CHECKERS_H
#define _GLIBCXX_PARALLEL_CHECKERS_H 1
#include <functional>
#include <cstdio>
@ -157,4 +157,4 @@ namespace __gnu_parallel
}
}
#endif
#endif /* _GLIBCXX_PARALLEL_CHECKERS_H */

View File

@ -353,4 +353,4 @@ namespace __gnu_parallel
}
} // end namespace
#endif
#endif /* _GLIBCXX_PARALLEL_COMPATIBILITY_H */

View File

@ -90,4 +90,4 @@ template<typename difference_type>
}
}
#endif
#endif /* _GLIBCXX_PARALLEL_EQUALLY_SPLIT_H */

View File

@ -107,4 +107,4 @@
#endif
#endif
#endif /* _GLIBCXX_PARALLEL_FEATURES_H */

View File

@ -404,4 +404,4 @@ template<typename RandomAccessIterator1,
#endif
} // end namespace
#endif
#endif /* _GLIBCXX_PARALLEL_FIND_H */

View File

@ -36,8 +36,8 @@
// Written by Felix Putze.
#ifndef _GLIBCXX_PARALLEL_FIND_FUNCTIONS_H
#define _GLIBCXX_PARALLEL_FIND_FUNCTIONS_H 1
#ifndef _GLIBCXX_PARALLEL_FIND_SELECTORS_H
#define _GLIBCXX_PARALLEL_FIND_SELECTORS_H 1
#include <parallel/tags.h>
#include <parallel/basic_iterator.h>
@ -195,4 +195,4 @@ namespace __gnu_parallel
};
}
#endif
#endif /* _GLIBCXX_PARALLEL_FIND_SELECTORS_H */

View File

@ -100,4 +100,4 @@ namespace __gnu_parallel
}
}
#endif
#endif /* _GLIBCXX_PARALLEL_FOR_EACH_H */

View File

@ -363,4 +363,4 @@ namespace __gnu_parallel
};
}
#endif
#endif /* _GLIBCXX_PARALLEL_FOR_EACH_SELECTORS_H */

View File

@ -202,4 +202,4 @@ namespace __gnu_parallel
};
}
#endif
#endif /* _GLIBCXX_PARALLEL_ITERATOR_H */

View File

@ -179,4 +179,4 @@ namespace __gnu_parallel
}
}
#endif
#endif /* _GLIBCXX_PARALLEL_LIST_PARTITION_H */

View File

@ -1024,4 +1024,4 @@ public:
} // namespace __gnu_parallel
#endif
#endif /* _GLIBCXX_PARALLEL_LOSERTREE_H */

View File

@ -264,4 +264,4 @@ namespace __gnu_parallel
}
} //namespace __gnu_parallel
#endif
#endif /* _GLIBCXX_PARALLEL_MERGE_H */

View File

@ -636,5 +636,4 @@ namespace __gnu_parallel
#undef S
#endif
#endif /* _GLIBCXX_PARALLEL_MULTISEQ_SELECTION_H */

View File

@ -2148,4 +2148,4 @@ stable_multiway_merge_sentinels(RandomAccessIteratorPairIterator seqs_begin
}; // namespace __gnu_parallel
#endif
#endif /* _GLIBCXX_PARALLEL_MULTIWAY_MERGE_H */

View File

@ -35,8 +35,8 @@
// Written by Johannes Singler.
#ifndef _GLIBCXX_PARALLEL_MERGESORT_H
#define _GLIBCXX_PARALLEL_MERGESORT_H 1
#ifndef _GLIBCXX_PARALLEL_MULTIWAY_MERGESORT_H
#define _GLIBCXX_PARALLEL_MULTIWAY_MERGESORT_H 1
#include <vector>
@ -478,4 +478,4 @@ template<bool stable, bool exact, typename RandomAccessIterator,
}
} //namespace __gnu_parallel
#endif
#endif /* _GLIBCXX_PARALLEL_MULTIWAY_MERGESORT_H */

View File

@ -203,4 +203,4 @@ namespace __parallel
} // end namespace
} // end namespace
#endif
#endif /* _GLIBCXX_PARALLEL_NUMERICFWD_H */

View File

@ -121,4 +121,4 @@ template<typename RandomAccessIterator,
} // end namespace
#endif
#endif /* _GLIBCXX_PARALLEL_OMP_LOOP_H */

View File

@ -120,4 +120,4 @@ template<typename RandomAccessIterator,
} // end namespace
#endif
#endif /* _GLIBCXX_PARALLEL_OMP_LOOP_STATIC_H */

View File

@ -128,4 +128,4 @@ template<typename RandomAccessIterator,
} // end namespace
#endif
#endif /* _GLIBCXX_PARALLEL_PAR_LOOP_H */

View File

@ -45,4 +45,4 @@
#include <parallel/tags.h>
#include <parallel/settings.h>
#endif
#endif /* _GLIBCXX_PARALLEL_PARALLEL_H */

View File

@ -223,4 +223,4 @@ template<typename InputIterator,
}
}
#endif
#endif /* _GLIBCXX_PARALLEL_PARTIAL_SUM_H */

View File

@ -432,4 +432,4 @@ template<typename RandomAccessIterator, typename Comparator>
#undef _GLIBCXX_VOLATILE
#endif
#endif /* _GLIBCXX_PARALLEL_PARTITION_H */

View File

@ -152,4 +152,4 @@ namespace __gnu_parallel
#undef _GLIBCXX_VOLATILE
#endif
#endif /* _GLIBCXX_PARALLEL_QUEUE_H */

View File

@ -182,4 +182,4 @@ namespace __gnu_parallel
} //namespace __gnu_parallel
#endif
#endif /* _GLIBCXX_PARALLEL_QUICKSORT_H */

View File

@ -127,4 +127,4 @@ namespace __gnu_parallel
} // namespace __gnu_parallel
#endif
#endif /* _GLIBCXX_PARALLEL_RANDOM_NUMBER_H */

View File

@ -522,4 +522,4 @@ template<typename RandomAccessIterator, typename RandomNumberGenerator>
}
#endif
#endif /* _GLIBCXX_PARALLEL_RANDOM_SHUFFLE_H */

View File

@ -175,4 +175,4 @@ template<typename _RandomAccessIterator1,
}
} // end namespace
#endif
#endif /* _GLIBCXX_PARALLEL_SEARCH_H */

View File

@ -527,4 +527,4 @@ template<typename InputIterator,
}
#endif // _GLIBCXX_SET_ALGORITHM_
#endif /* _GLIBCXX_PARALLEL_SET_OPERATIONS_H */

View File

@ -284,4 +284,4 @@ namespace __gnu_parallel
};
}
#endif /* _GLIBCXX_SETTINGS_H */
#endif /* _GLIBCXX_PARALLEL_SETTINGS_H */

View File

@ -232,4 +232,4 @@ namespace __gnu_parallel
}
} // end namespace __gnu_parallel
#endif
#endif /* _GLIBCXX_PARALLEL_SORT_H */

View File

@ -158,4 +158,4 @@ namespace __gnu_parallel
static const lcas_t lcas_t_mask = ((lcas_t(1) << (lcas_t_bits / 2)) - 1);
}
#endif /* _GLIBCXX_TYPES_H */
#endif /* _GLIBCXX_PARALLEL_TYPES_H */

View File

@ -35,8 +35,8 @@
// Written by Robert Geisberger and Robin Dapp.
#ifndef _GLIBCXX_PARALLEL_UNIQUE_H
#define _GLIBCXX_PARALLEL_UNIQUE_H 1
#ifndef _GLIBCXX_PARALLEL_UNIQUE_COPY_H
#define _GLIBCXX_PARALLEL_UNIQUE_COPY_H 1
#include <parallel/parallel.h>
#include <parallel/multiseq_selection.h>
@ -195,4 +195,4 @@ template<typename InputIterator, class OutputIterator>
}//namespace __gnu_parallel
#endif
#endif /* _GLIBCXX_PARALLEL_UNIQUE_COPY_H */

View File

@ -309,4 +309,4 @@ template<typename RandomAccessIterator,
}
} // end namespace
#endif
#endif /* _GLIBCXX_PARALLEL_WORKSTEALING_H */