From aafeeaace59940a43abf3e4aed299fb7694fbd97 Mon Sep 17 00:00:00 2001 From: Eisuke Kawashima Date: Thu, 23 Jan 2025 00:38:09 +0900 Subject: [PATCH] chore: convert to UTF-8 --- doc/acknowledgements.html | 4 ++-- doc/bibliography.html | 4 ++-- doc/contents.html | 2 +- doc/data.html | 4 ++-- doc/data/arrays.html | 4 ++-- doc/data/lists.html | 4 ++-- doc/data/sequences.html | 4 ++-- doc/data/tuples.html | 4 ++-- doc/examples.html | 4 ++-- doc/headers.html | 2 +- doc/headers/arithmetic.html | 4 ++-- doc/headers/arithmetic/add.html | 4 ++-- doc/headers/arithmetic/dec.html | 4 ++-- doc/headers/arithmetic/div.html | 4 ++-- doc/headers/arithmetic/inc.html | 4 ++-- doc/headers/arithmetic/mod.html | 4 ++-- doc/headers/arithmetic/mul.html | 4 ++-- doc/headers/arithmetic/sub.html | 4 ++-- doc/headers/array.html | 4 ++-- doc/headers/array/data.html | 4 ++-- doc/headers/array/elem.html | 4 ++-- doc/headers/array/enum.html | 2 +- doc/headers/array/insert.html | 4 ++-- doc/headers/array/pop_back.html | 4 ++-- doc/headers/array/pop_front.html | 4 ++-- doc/headers/array/push_back.html | 4 ++-- doc/headers/array/push_front.html | 4 ++-- doc/headers/array/remove.html | 4 ++-- doc/headers/array/replace.html | 4 ++-- doc/headers/array/reverse.html | 4 ++-- doc/headers/array/size.html | 4 ++-- doc/headers/array/to_list.html | 2 +- doc/headers/array/to_seq.html | 2 +- doc/headers/array/to_tuple.html | 2 +- doc/headers/assert_msg.html | 4 ++-- doc/headers/cat.html | 4 ++-- doc/headers/comma.html | 4 ++-- doc/headers/comma_if.html | 4 ++-- doc/headers/comparison.html | 4 ++-- doc/headers/comparison/equal.html | 4 ++-- doc/headers/comparison/greater.html | 4 ++-- doc/headers/comparison/greater_equal.html | 4 ++-- doc/headers/comparison/less.html | 4 ++-- doc/headers/comparison/less_equal.html | 4 ++-- doc/headers/comparison/not_equal.html | 4 ++-- doc/headers/config/limits.html | 4 ++-- doc/headers/config/variadics.html | 2 +- doc/headers/control.html | 4 ++-- doc/headers/control/deduce_d.html | 4 ++-- doc/headers/control/expr_if.html | 4 ++-- doc/headers/control/expr_iif.html | 4 ++-- doc/headers/control/if.html | 4 ++-- doc/headers/control/iif.html | 4 ++-- doc/headers/control/while.html | 4 ++-- doc/headers/debug.html | 4 ++-- doc/headers/debug/assert.html | 4 ++-- doc/headers/debug/line.html | 4 ++-- doc/headers/dec.html | 4 ++-- doc/headers/empty.html | 4 ++-- doc/headers/enum.html | 4 ++-- doc/headers/enum_params.html | 4 ++-- doc/headers/enum_shifted.html | 4 ++-- doc/headers/enum_shifted_params.html | 4 ++-- doc/headers/epwad.html | 4 ++-- doc/headers/epwd.html | 4 ++-- doc/headers/expand.html | 4 ++-- doc/headers/expr_if.html | 4 ++-- doc/headers/facilities.html | 4 ++-- doc/headers/facilities/apply.html | 4 ++-- doc/headers/facilities/check_empty.html | 2 +- doc/headers/facilities/empty.html | 4 ++-- doc/headers/facilities/expand.html | 4 ++-- doc/headers/facilities/identity.html | 6 +++--- doc/headers/facilities/intercept.html | 4 ++-- doc/headers/facilities/overload.html | 4 ++-- doc/headers/facilities/va_opt.html | 2 +- doc/headers/for.html | 4 ++-- doc/headers/identity.html | 4 ++-- doc/headers/if.html | 4 ++-- doc/headers/inc.html | 4 ++-- doc/headers/iterate.html | 4 ++-- doc/headers/iteration.html | 4 ++-- doc/headers/iteration/iterate.html | 4 ++-- doc/headers/iteration/local.html | 4 ++-- doc/headers/iteration/self.html | 4 ++-- doc/headers/library.html | 4 ++-- doc/headers/limits.html | 4 ++-- doc/headers/list.html | 4 ++-- doc/headers/list/adt.html | 4 ++-- doc/headers/list/append.html | 4 ++-- doc/headers/list/at.html | 4 ++-- doc/headers/list/cat.html | 4 ++-- doc/headers/list/enum.html | 4 ++-- doc/headers/list/filter.html | 4 ++-- doc/headers/list/first_n.html | 4 ++-- doc/headers/list/fold_left.html | 4 ++-- doc/headers/list/fold_right.html | 4 ++-- doc/headers/list/for_each.html | 4 ++-- doc/headers/list/for_each_i.html | 4 ++-- doc/headers/list/for_each_product.html | 4 ++-- doc/headers/list/rest_n.html | 4 ++-- doc/headers/list/reverse.html | 4 ++-- doc/headers/list/size.html | 4 ++-- doc/headers/list/to_tuple.html | 4 ++-- doc/headers/list/transform.html | 4 ++-- doc/headers/logical.html | 4 ++-- doc/headers/logical/and.html | 4 ++-- doc/headers/logical/bitand.html | 4 ++-- doc/headers/logical/bitnor.html | 4 ++-- doc/headers/logical/bitor.html | 4 ++-- doc/headers/logical/bitxor.html | 4 ++-- doc/headers/logical/bool.html | 4 ++-- doc/headers/logical/compl.html | 4 ++-- doc/headers/logical/nor.html | 4 ++-- doc/headers/logical/not.html | 4 ++-- doc/headers/logical/or.html | 4 ++-- doc/headers/logical/xor.html | 4 ++-- doc/headers/max.html | 4 ++-- doc/headers/min.html | 4 ++-- doc/headers/preprocessor.html | 4 ++-- doc/headers/punctuation.html | 4 ++-- doc/headers/punctuation/comma.html | 4 ++-- doc/headers/punctuation/comma_if.html | 4 ++-- doc/headers/punctuation/is_begin_parens.html | 2 +- doc/headers/punctuation/paren.html | 4 ++-- doc/headers/punctuation/paren_if.html | 4 ++-- doc/headers/punctuation/remove_parens.html | 2 +- doc/headers/repeat.html | 4 ++-- doc/headers/repeat_2nd.html | 4 ++-- doc/headers/repeat_3rd.html | 4 ++-- doc/headers/repeat_from_to.html | 4 ++-- doc/headers/repeat_from_to_2nd.html | 4 ++-- doc/headers/repeat_from_to_3rd.html | 4 ++-- doc/headers/repetition.html | 4 ++-- doc/headers/repetition/deduce_r.html | 4 ++-- doc/headers/repetition/deduce_z.html | 4 ++-- doc/headers/repetition/enum.html | 4 ++-- doc/headers/repetition/enum_binary_params.html | 4 ++-- doc/headers/repetition/enum_params.html | 4 ++-- doc/headers/repetition/enum_shifted.html | 4 ++-- doc/headers/repetition/enum_shifted_params.html | 4 ++-- doc/headers/repetition/enum_trailing.html | 4 ++-- doc/headers/repetition/enum_trailing_params.html | 4 ++-- doc/headers/repetition/epwad.html | 4 ++-- doc/headers/repetition/epwd.html | 4 ++-- doc/headers/repetition/esbp.html | 4 ++-- doc/headers/repetition/etbp.html | 4 ++-- doc/headers/repetition/for.html | 4 ++-- doc/headers/repetition/repeat.html | 4 ++-- doc/headers/repetition/repeat_from_to.html | 4 ++-- doc/headers/selection.html | 4 ++-- doc/headers/selection/max.html | 4 ++-- doc/headers/selection/min.html | 4 ++-- doc/headers/seq.html | 4 ++-- doc/headers/seq/cat.html | 4 ++-- doc/headers/seq/elem.html | 4 ++-- doc/headers/seq/enum.html | 4 ++-- doc/headers/seq/filter.html | 4 ++-- doc/headers/seq/first_n.html | 4 ++-- doc/headers/seq/fold_left.html | 4 ++-- doc/headers/seq/fold_right.html | 4 ++-- doc/headers/seq/for_each.html | 4 ++-- doc/headers/seq/for_each_i.html | 4 ++-- doc/headers/seq/for_each_product.html | 4 ++-- doc/headers/seq/insert.html | 4 ++-- doc/headers/seq/pop_back.html | 4 ++-- doc/headers/seq/pop_front.html | 4 ++-- doc/headers/seq/push_back.html | 4 ++-- doc/headers/seq/push_front.html | 4 ++-- doc/headers/seq/remove.html | 4 ++-- doc/headers/seq/replace.html | 4 ++-- doc/headers/seq/rest_n.html | 4 ++-- doc/headers/seq/reverse.html | 4 ++-- doc/headers/seq/seq.html | 4 ++-- doc/headers/seq/size.html | 4 ++-- doc/headers/seq/subseq.html | 4 ++-- doc/headers/seq/to_array.html | 4 ++-- doc/headers/seq/to_list.html | 2 +- doc/headers/seq/to_tuple.html | 4 ++-- doc/headers/seq/transform.html | 4 ++-- doc/headers/slot.html | 4 ++-- doc/headers/slot/counter.html | 4 ++-- doc/headers/slot/slot.html | 4 ++-- doc/headers/stringize.html | 4 ++-- doc/headers/tuple.html | 6 +++--- doc/headers/tuple/eat.html | 4 ++-- doc/headers/tuple/elem.html | 4 ++-- doc/headers/tuple/enum.html | 2 +- doc/headers/tuple/insert.html | 2 +- doc/headers/tuple/pop_back.html | 2 +- doc/headers/tuple/pop_front.html | 2 +- doc/headers/tuple/push_back.html | 2 +- doc/headers/tuple/push_front.html | 2 +- doc/headers/tuple/rem.html | 4 ++-- doc/headers/tuple/remove.html | 2 +- doc/headers/tuple/replace.html | 2 +- doc/headers/tuple/reverse.html | 4 ++-- doc/headers/tuple/size.html | 2 +- doc/headers/tuple/to_array.html | 2 +- doc/headers/tuple/to_list.html | 4 ++-- doc/headers/tuple/to_seq.html | 4 ++-- doc/headers/variadic.html | 2 +- doc/headers/variadic/elem.html | 2 +- doc/headers/variadic/has_opt.html | 4 ++-- doc/headers/variadic/size.html | 4 ++-- doc/headers/variadic/to_array.html | 4 ++-- doc/headers/variadic/to_list.html | 4 ++-- doc/headers/variadic/to_seq.html | 2 +- doc/headers/variadic/to_tuple.html | 2 +- doc/headers/while.html | 4 ++-- doc/headers/wstringize.html | 4 ++-- doc/index.html | 4 ++-- doc/miscellanea.html | 4 ++-- doc/ref/add.html | 4 ++-- doc/ref/add_d.html | 4 ++-- doc/ref/and.html | 4 ++-- doc/ref/apply.html | 4 ++-- doc/ref/array_data.html | 4 ++-- doc/ref/array_elem.html | 4 ++-- doc/ref/array_enum.html | 2 +- doc/ref/array_insert.html | 4 ++-- doc/ref/array_insert_d.html | 4 ++-- doc/ref/array_pop_back.html | 4 ++-- doc/ref/array_pop_back_z.html | 4 ++-- doc/ref/array_pop_front.html | 6 +++--- doc/ref/array_pop_front_z.html | 4 ++-- doc/ref/array_push_back.html | 4 ++-- doc/ref/array_push_front.html | 4 ++-- doc/ref/array_remove.html | 4 ++-- doc/ref/array_remove_d.html | 4 ++-- doc/ref/array_replace.html | 4 ++-- doc/ref/array_replace_d.html | 4 ++-- doc/ref/array_reverse.html | 4 ++-- doc/ref/array_size.html | 4 ++-- doc/ref/array_to_list.html | 2 +- doc/ref/array_to_seq.html | 2 +- doc/ref/array_to_tuple.html | 2 +- doc/ref/assert.html | 4 ++-- doc/ref/assert_msg.html | 4 ++-- doc/ref/assign_slot.html | 4 ++-- doc/ref/bitand.html | 4 ++-- doc/ref/bitnor.html | 4 ++-- doc/ref/bitor.html | 4 ++-- doc/ref/bitxor.html | 4 ++-- doc/ref/bool.html | 4 ++-- doc/ref/cat.html | 4 ++-- doc/ref/check_empty.html | 2 +- doc/ref/comma.html | 4 ++-- doc/ref/comma_if.html | 4 ++-- doc/ref/compl.html | 4 ++-- doc/ref/config_extended_line_info.html | 4 ++-- doc/ref/counter.html | 4 ++-- doc/ref/dec.html | 4 ++-- doc/ref/deduce_d.html | 4 ++-- doc/ref/deduce_r.html | 4 ++-- doc/ref/deduce_z.html | 4 ++-- doc/ref/div.html | 4 ++-- doc/ref/div_d.html | 4 ++-- doc/ref/empty.html | 4 ++-- doc/ref/enum.html | 4 ++-- doc/ref/enum_binary_params.html | 4 ++-- doc/ref/enum_binary_params_z.html | 4 ++-- doc/ref/enum_params.html | 4 ++-- doc/ref/enum_params_with_a_default.html | 4 ++-- doc/ref/enum_params_with_defaults.html | 4 ++-- doc/ref/enum_params_z.html | 4 ++-- doc/ref/enum_shifted.html | 4 ++-- doc/ref/enum_shifted_params.html | 4 ++-- doc/ref/enum_shifted_params_z.html | 4 ++-- doc/ref/enum_shifted_z.html | 4 ++-- doc/ref/enum_trailing.html | 4 ++-- doc/ref/enum_trailing_params.html | 4 ++-- doc/ref/enum_trailing_params_z.html | 4 ++-- doc/ref/enum_trailing_z.html | 4 ++-- doc/ref/enum_z.html | 4 ++-- doc/ref/equal.html | 4 ++-- doc/ref/equal_d.html | 4 ++-- doc/ref/esbp.html | 4 ++-- doc/ref/esbpz.html | 4 ++-- doc/ref/etbp.html | 4 ++-- doc/ref/etbpz.html | 4 ++-- doc/ref/expand.html | 4 ++-- doc/ref/expr_if.html | 4 ++-- doc/ref/expr_iif.html | 4 ++-- doc/ref/filename_x.html | 4 ++-- doc/ref/for.html | 4 ++-- doc/ref/for_r.html | 6 +++--- doc/ref/for_r_macros.html | 2 +- doc/ref/frame_finish.html | 4 ++-- doc/ref/frame_flags.html | 4 ++-- doc/ref/frame_iteration.html | 4 ++-- doc/ref/frame_start.html | 4 ++-- doc/ref/greater.html | 4 ++-- doc/ref/greater_d.html | 4 ++-- doc/ref/greater_equal.html | 4 ++-- doc/ref/greater_equal_d.html | 4 ++-- doc/ref/identity.html | 4 ++-- doc/ref/if.html | 4 ++-- doc/ref/iif.html | 4 ++-- doc/ref/inc.html | 4 ++-- doc/ref/include_self.html | 4 ++-- doc/ref/indirect_self.html | 4 ++-- doc/ref/intercept.html | 4 ++-- doc/ref/is_begin_parens.html | 2 +- doc/ref/is_iterating.html | 4 ++-- doc/ref/is_selfish.html | 4 ++-- doc/ref/is_standard.html | 2 +- doc/ref/iterate.html | 4 ++-- doc/ref/iteration.html | 4 ++-- doc/ref/iteration_depth.html | 4 ++-- doc/ref/iteration_finish.html | 4 ++-- doc/ref/iteration_flags.html | 4 ++-- doc/ref/iteration_limits.html | 4 ++-- doc/ref/iteration_params_x.html | 4 ++-- doc/ref/iteration_start.html | 4 ++-- doc/ref/less.html | 4 ++-- doc/ref/less_d.html | 4 ++-- doc/ref/less_equal.html | 4 ++-- doc/ref/less_equal_d.html | 4 ++-- doc/ref/limit_dim.html | 4 ++-- doc/ref/limit_for.html | 4 ++-- doc/ref/limit_iteration.html | 4 ++-- doc/ref/limit_iteration_dim.html | 4 ++-- doc/ref/limit_mag.html | 4 ++-- doc/ref/limit_repeat.html | 4 ++-- doc/ref/limit_seq.html | 4 ++-- doc/ref/limit_slot_count.html | 4 ++-- doc/ref/limit_slot_sig.html | 4 ++-- doc/ref/limit_tuple.html | 4 ++-- doc/ref/limit_variadic.html | 2 +- doc/ref/limit_while.html | 4 ++-- doc/ref/line.html | 4 ++-- doc/ref/list_append.html | 4 ++-- doc/ref/list_append_d.html | 4 ++-- doc/ref/list_at.html | 4 ++-- doc/ref/list_at_d.html | 4 ++-- doc/ref/list_cat.html | 4 ++-- doc/ref/list_cat_d.html | 4 ++-- doc/ref/list_cons.html | 4 ++-- doc/ref/list_enum.html | 4 ++-- doc/ref/list_enum_r.html | 4 ++-- doc/ref/list_filter.html | 4 ++-- doc/ref/list_filter_d.html | 4 ++-- doc/ref/list_first.html | 4 ++-- doc/ref/list_first_n.html | 4 ++-- doc/ref/list_first_n_d.html | 4 ++-- doc/ref/list_fold_left.html | 4 ++-- doc/ref/list_fold_left_2nd.html | 4 ++-- doc/ref/list_fold_left_2nd_d.html | 4 ++-- doc/ref/list_fold_left_d.html | 4 ++-- doc/ref/list_fold_left_d_old.html | 4 ++-- doc/ref/list_fold_right.html | 4 ++-- doc/ref/list_fold_right_2nd.html | 4 ++-- doc/ref/list_fold_right_2nd_d.html | 4 ++-- doc/ref/list_fold_right_d.html | 4 ++-- doc/ref/list_fold_right_d_old.html | 4 ++-- doc/ref/list_for_each.html | 4 ++-- doc/ref/list_for_each_i.html | 4 ++-- doc/ref/list_for_each_i_r.html | 4 ++-- doc/ref/list_for_each_product.html | 4 ++-- doc/ref/list_for_each_product_r.html | 4 ++-- doc/ref/list_for_each_r.html | 4 ++-- doc/ref/list_is_cons.html | 4 ++-- doc/ref/list_is_nil.html | 4 ++-- doc/ref/list_nil.html | 4 ++-- doc/ref/list_rest.html | 4 ++-- doc/ref/list_rest_n.html | 4 ++-- doc/ref/list_rest_n_d.html | 4 ++-- doc/ref/list_reverse.html | 4 ++-- doc/ref/list_reverse_d.html | 4 ++-- doc/ref/list_size.html | 4 ++-- doc/ref/list_size_d.html | 4 ++-- doc/ref/list_to_tuple.html | 4 ++-- doc/ref/list_to_tuple_r.html | 4 ++-- doc/ref/list_transform.html | 4 ++-- doc/ref/list_transform_d.html | 4 ++-- doc/ref/local_iterate.html | 4 ++-- doc/ref/local_limits.html | 4 ++-- doc/ref/local_macro.html | 4 ++-- doc/ref/lparen.html | 4 ++-- doc/ref/lparen_if.html | 4 ++-- doc/ref/max.html | 4 ++-- doc/ref/max_d.html | 4 ++-- doc/ref/min.html | 4 ++-- doc/ref/min_d.html | 4 ++-- doc/ref/mod.html | 4 ++-- doc/ref/mod_d.html | 4 ++-- doc/ref/mul.html | 4 ++-- doc/ref/mul_d.html | 4 ++-- doc/ref/nil.html | 4 ++-- doc/ref/nor.html | 4 ++-- doc/ref/not.html | 4 ++-- doc/ref/not_equal.html | 4 ++-- doc/ref/not_equal_d.html | 4 ++-- doc/ref/or.html | 4 ++-- doc/ref/overload.html | 2 +- doc/ref/relative_finish.html | 4 ++-- doc/ref/relative_flags.html | 4 ++-- doc/ref/relative_iteration.html | 4 ++-- doc/ref/relative_start.html | 4 ++-- doc/ref/remove_parens.html | 2 +- doc/ref/repeat.html | 4 ++-- doc/ref/repeat_1st.html | 4 ++-- doc/ref/repeat_2nd.html | 4 ++-- doc/ref/repeat_3rd.html | 4 ++-- doc/ref/repeat_from_to.html | 4 ++-- doc/ref/repeat_from_to_1st.html | 4 ++-- doc/ref/repeat_from_to_2nd.html | 4 ++-- doc/ref/repeat_from_to_3rd.html | 4 ++-- doc/ref/repeat_from_to_d.html | 4 ++-- doc/ref/repeat_from_to_d_z.html | 4 ++-- doc/ref/repeat_from_to_z.html | 4 ++-- doc/ref/repeat_z.html | 6 +++--- doc/ref/repeat_z_macros.html | 2 +- doc/ref/rparen.html | 4 ++-- doc/ref/rparen_if.html | 4 ++-- doc/ref/seq_cat.html | 4 ++-- doc/ref/seq_cat_s.html | 4 ++-- doc/ref/seq_elem.html | 4 ++-- doc/ref/seq_enum.html | 4 ++-- doc/ref/seq_filter.html | 4 ++-- doc/ref/seq_filter_s.html | 4 ++-- doc/ref/seq_first_n.html | 4 ++-- doc/ref/seq_fold_left.html | 4 ++-- doc/ref/seq_fold_left_s.html | 4 ++-- doc/ref/seq_fold_right.html | 4 ++-- doc/ref/seq_fold_right_s.html | 4 ++-- doc/ref/seq_for_each.html | 4 ++-- doc/ref/seq_for_each_i.html | 4 ++-- doc/ref/seq_for_each_i_r.html | 4 ++-- doc/ref/seq_for_each_product.html | 4 ++-- doc/ref/seq_for_each_product_r.html | 4 ++-- doc/ref/seq_for_each_r.html | 4 ++-- doc/ref/seq_head.html | 4 ++-- doc/ref/seq_insert.html | 4 ++-- doc/ref/seq_nil.html | 4 ++-- doc/ref/seq_pop_back.html | 4 ++-- doc/ref/seq_pop_front.html | 4 ++-- doc/ref/seq_push_back.html | 4 ++-- doc/ref/seq_push_front.html | 4 ++-- doc/ref/seq_remove.html | 4 ++-- doc/ref/seq_replace.html | 4 ++-- doc/ref/seq_rest_n.html | 4 ++-- doc/ref/seq_reverse.html | 4 ++-- doc/ref/seq_reverse_s.html | 4 ++-- doc/ref/seq_size.html | 4 ++-- doc/ref/seq_subseq.html | 4 ++-- doc/ref/seq_tail.html | 4 ++-- doc/ref/seq_to_array.html | 4 ++-- doc/ref/seq_to_list.html | 2 +- doc/ref/seq_to_tuple.html | 4 ++-- doc/ref/seq_transform.html | 4 ++-- doc/ref/seq_transform_s.html | 4 ++-- doc/ref/slot.html | 4 ++-- doc/ref/stringize.html | 4 ++-- doc/ref/sub.html | 4 ++-- doc/ref/sub_d.html | 4 ++-- doc/ref/tuple_eat.html | 6 +++--- doc/ref/tuple_elem.html | 6 +++--- doc/ref/tuple_enum.html | 6 +++--- doc/ref/tuple_insert.html | 2 +- doc/ref/tuple_insert_d.html | 2 +- doc/ref/tuple_pop_back.html | 2 +- doc/ref/tuple_pop_back_z.html | 2 +- doc/ref/tuple_pop_front.html | 2 +- doc/ref/tuple_pop_front_z.html | 2 +- doc/ref/tuple_push_back.html | 2 +- doc/ref/tuple_push_front.html | 2 +- doc/ref/tuple_rem.html | 6 +++--- doc/ref/tuple_rem_ctor.html | 6 +++--- doc/ref/tuple_remove.html | 2 +- doc/ref/tuple_remove_d.html | 2 +- doc/ref/tuple_replace.html | 2 +- doc/ref/tuple_replace_d.html | 2 +- doc/ref/tuple_reverse.html | 6 +++--- doc/ref/tuple_size.html | 2 +- doc/ref/tuple_to_array.html | 2 +- doc/ref/tuple_to_list.html | 6 +++--- doc/ref/tuple_to_seq.html | 6 +++--- doc/ref/update_counter.html | 4 ++-- doc/ref/va_opt.html | 2 +- doc/ref/value.html | 4 ++-- doc/ref/variadic_elem.html | 2 +- doc/ref/variadic_has_opt.html | 2 +- doc/ref/variadic_size.html | 2 +- doc/ref/variadic_to_array.html | 2 +- doc/ref/variadic_to_list.html | 2 +- doc/ref/variadic_to_seq.html | 2 +- doc/ref/variadic_to_tuple.html | 2 +- doc/ref/variadics.html | 2 +- doc/ref/while.html | 4 ++-- doc/ref/while_d.html | 6 +++--- doc/ref/while_d_macros.html | 2 +- doc/ref/wstringize.html | 4 ++-- doc/ref/xor.html | 4 ++-- doc/styles.css | 4 ++-- doc/syntax.html | 6 +++--- doc/terms.html | 4 ++-- doc/terms/evaluated.html | 4 ++-- doc/terms/named_external.html | 4 ++-- doc/title.html | 2 +- doc/top.html | 4 ++-- doc/topics.html | 6 +++--- doc/topics/emptiness.html | 2 +- doc/topics/evaluated_slots.html | 4 ++-- doc/topics/file_iteration.html | 4 ++-- doc/topics/incompatible.html | 4 ++-- doc/topics/limitations.html | 2 +- doc/topics/local_iteration.html | 6 +++--- doc/topics/motivation.html | 6 +++--- doc/topics/problems.html | 6 +++--- doc/topics/reentrancy.html | 4 ++-- doc/topics/techniques.html | 6 +++--- doc/topics/variadic_macros.html | 2 +- index.html | 6 +++--- test/cpp_standard.cpp | 4 ++-- 516 files changed, 986 insertions(+), 986 deletions(-) diff --git a/doc/acknowledgements.html b/doc/acknowledgements.html index caa358362..ad67dc026 100644 --- a/doc/acknowledgements.html +++ b/doc/acknowledgements.html @@ -45,8 +45,8 @@

Paul Mensonides


- © Copyright Housemarque Oy 2002 -
© Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
© Copyright Paul Mensonides 2002

Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/bibliography.html b/doc/bibliography.html index 512e2f43c..63c042500 100644 --- a/doc/bibliography.html +++ b/doc/bibliography.html @@ -45,8 +45,8 @@

Bibliography


- © Copyright Housemarque Oy 2002 -
© Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
© Copyright Paul Mensonides 2002

Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/contents.html b/doc/contents.html index 901af59a3..18724325a 100644 --- a/doc/contents.html +++ b/doc/contents.html @@ -30,7 +30,7 @@

Examples

Miscellanea

diff --git a/doc/data.html b/doc/data.html index 39e684e93..6d062ada1 100644 --- a/doc/data.html +++ b/doc/data.html @@ -16,8 +16,8 @@

diff --git a/doc/headers/arithmetic.html b/doc/headers/arithmetic.html index 8e58a7755..c1b9a42d4 100644 --- a/doc/headers/arithmetic.html +++ b/doc/headers/arithmetic.html @@ -23,8 +23,8 @@

Includes


- © Copyright Housemarque Oy 2002 -
© Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
© Copyright Paul Mensonides 2002

Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/arithmetic/add.html b/doc/headers/arithmetic/add.html index fd0dbcf86..49c83bb79 100644 --- a/doc/headers/arithmetic/add.html +++ b/doc/headers/arithmetic/add.html @@ -18,8 +18,8 @@

Contents


- © Copyright Housemarque Oy 2002 -
© Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
© Copyright Paul Mensonides 2002

Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/arithmetic/dec.html b/doc/headers/arithmetic/dec.html index 1839c81bd..4695caa34 100644 --- a/doc/headers/arithmetic/dec.html +++ b/doc/headers/arithmetic/dec.html @@ -17,8 +17,8 @@

Contents


- © Copyright Housemarque Oy 2002 -
© Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
© Copyright Paul Mensonides 2002

Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/arithmetic/div.html b/doc/headers/arithmetic/div.html index 9484f3256..d8f0d1de9 100644 --- a/doc/headers/arithmetic/div.html +++ b/doc/headers/arithmetic/div.html @@ -18,8 +18,8 @@

Contents


- © Copyright Housemarque Oy 2002 -
© Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
© Copyright Paul Mensonides 2002

Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/arithmetic/inc.html b/doc/headers/arithmetic/inc.html index 1326a7935..eb53169d4 100644 --- a/doc/headers/arithmetic/inc.html +++ b/doc/headers/arithmetic/inc.html @@ -17,8 +17,8 @@

Contents


- © Copyright Housemarque Oy 2002 -
© Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
© Copyright Paul Mensonides 2002

Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/arithmetic/mod.html b/doc/headers/arithmetic/mod.html index 5a07b1ec4..3e63cf894 100644 --- a/doc/headers/arithmetic/mod.html +++ b/doc/headers/arithmetic/mod.html @@ -18,8 +18,8 @@

Contents


- © Copyright Housemarque Oy 2002 -
© Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
© Copyright Paul Mensonides 2002

Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/arithmetic/mul.html b/doc/headers/arithmetic/mul.html index 52daf210e..f8c810bc6 100644 --- a/doc/headers/arithmetic/mul.html +++ b/doc/headers/arithmetic/mul.html @@ -18,8 +18,8 @@

Contents


- © Copyright Housemarque Oy 2002 -
© Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
© Copyright Paul Mensonides 2002

Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/arithmetic/sub.html b/doc/headers/arithmetic/sub.html index 9b803f827..7a2d329cb 100644 --- a/doc/headers/arithmetic/sub.html +++ b/doc/headers/arithmetic/sub.html @@ -18,8 +18,8 @@

Contents


- © Copyright Housemarque Oy 2002 -
© Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
© Copyright Paul Mensonides 2002

Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/array.html b/doc/headers/array.html index a6d51f4db..9588b9ae6 100644 --- a/doc/headers/array.html +++ b/doc/headers/array.html @@ -31,8 +31,8 @@

Includes


- © Copyright Housemarque Oy 2002 -
© Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
© Copyright Paul Mensonides 2002

Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/array/data.html b/doc/headers/array/data.html index fe8460725..29fd142b3 100644 --- a/doc/headers/array/data.html +++ b/doc/headers/array/data.html @@ -17,8 +17,8 @@

Contents


- © Copyright Housemarque Oy 2002 -
© Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
© Copyright Paul Mensonides 2002

Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/array/elem.html b/doc/headers/array/elem.html index 1897c7a84..4527f9b71 100644 --- a/doc/headers/array/elem.html +++ b/doc/headers/array/elem.html @@ -17,8 +17,8 @@

Contents


- © Copyright Housemarque Oy 2002 -
© Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
© Copyright Paul Mensonides 2002

Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/array/enum.html b/doc/headers/array/enum.html index 5756a1b8f..6eae63549 100644 --- a/doc/headers/array/enum.html +++ b/doc/headers/array/enum.html @@ -14,7 +14,7 @@

Contents

  • BOOST_PP_ARRAY_ENUM

  • -
    © Copyright Edward Diener 2011
    +
    © Copyright Edward Diener 2011

    Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/doc/headers/array/insert.html b/doc/headers/array/insert.html index 7b5b28e97..0ee7db63a 100644 --- a/doc/headers/array/insert.html +++ b/doc/headers/array/insert.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/array/pop_back.html b/doc/headers/array/pop_back.html index dce7389ba..516c2c005 100644 --- a/doc/headers/array/pop_back.html +++ b/doc/headers/array/pop_back.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/array/pop_front.html b/doc/headers/array/pop_front.html index 0b752d476..e099d8da4 100644 --- a/doc/headers/array/pop_front.html +++ b/doc/headers/array/pop_front.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/array/push_back.html b/doc/headers/array/push_back.html index 6931fad8d..a734b3a4b 100644 --- a/doc/headers/array/push_back.html +++ b/doc/headers/array/push_back.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/array/push_front.html b/doc/headers/array/push_front.html index be2c62f92..5acb99ab8 100644 --- a/doc/headers/array/push_front.html +++ b/doc/headers/array/push_front.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/array/remove.html b/doc/headers/array/remove.html index 518b2eeea..c331e117d 100644 --- a/doc/headers/array/remove.html +++ b/doc/headers/array/remove.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/array/replace.html b/doc/headers/array/replace.html index 524a68e5b..9f03445a4 100644 --- a/doc/headers/array/replace.html +++ b/doc/headers/array/replace.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/array/reverse.html b/doc/headers/array/reverse.html index ec4fae26c..54d46fdd6 100644 --- a/doc/headers/array/reverse.html +++ b/doc/headers/array/reverse.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/array/size.html b/doc/headers/array/size.html index 3a4be5422..b4d426ce7 100644 --- a/doc/headers/array/size.html +++ b/doc/headers/array/size.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/array/to_list.html b/doc/headers/array/to_list.html index 0c2d19a1d..daf6d087d 100644 --- a/doc/headers/array/to_list.html +++ b/doc/headers/array/to_list.html @@ -14,7 +14,7 @@

    Contents

  • BOOST_PP_ARRAY_TO_LIST

  • -
    © Copyright Edward Diener 2011
    +
    © Copyright Edward Diener 2011

    Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/doc/headers/array/to_seq.html b/doc/headers/array/to_seq.html index b3ee7eefa..dcaea3dc5 100644 --- a/doc/headers/array/to_seq.html +++ b/doc/headers/array/to_seq.html @@ -14,7 +14,7 @@

    Contents

  • BOOST_PP_ARRAY_TO_SEQ

  • -
    © Copyright Edward Diener 2011
    +
    © Copyright Edward Diener 2011

    Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/doc/headers/array/to_tuple.html b/doc/headers/array/to_tuple.html index e903a68c3..195cf7bb6 100644 --- a/doc/headers/array/to_tuple.html +++ b/doc/headers/array/to_tuple.html @@ -14,7 +14,7 @@

    Contents

  • BOOST_PP_ARRAY_TO_TUPLE

  • -
    © Copyright Edward Diener 2011
    +
    © Copyright Edward Diener 2011

    Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/doc/headers/assert_msg.html b/doc/headers/assert_msg.html index 8d62717b1..02fc3c9fc 100644 --- a/doc/headers/assert_msg.html +++ b/doc/headers/assert_msg.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/cat.html b/doc/headers/cat.html index 406d3d482..1974529fd 100644 --- a/doc/headers/cat.html +++ b/doc/headers/cat.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/comma.html b/doc/headers/comma.html index 966c11416..4a1519a6b 100644 --- a/doc/headers/comma.html +++ b/doc/headers/comma.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/comma_if.html b/doc/headers/comma_if.html index 6d6d5cff9..ce3eb6362 100644 --- a/doc/headers/comma_if.html +++ b/doc/headers/comma_if.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/comparison.html b/doc/headers/comparison.html index 2420510c6..c26e986d0 100644 --- a/doc/headers/comparison.html +++ b/doc/headers/comparison.html @@ -22,8 +22,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/comparison/equal.html b/doc/headers/comparison/equal.html index 5d9cd926d..4954c48a1 100644 --- a/doc/headers/comparison/equal.html +++ b/doc/headers/comparison/equal.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/comparison/greater.html b/doc/headers/comparison/greater.html index b7dad2b19..9ab6fd8da 100644 --- a/doc/headers/comparison/greater.html +++ b/doc/headers/comparison/greater.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/comparison/greater_equal.html b/doc/headers/comparison/greater_equal.html index ad5ed801c..a71fdc211 100644 --- a/doc/headers/comparison/greater_equal.html +++ b/doc/headers/comparison/greater_equal.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/comparison/less.html b/doc/headers/comparison/less.html index 32338484b..1df44cc40 100644 --- a/doc/headers/comparison/less.html +++ b/doc/headers/comparison/less.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/comparison/less_equal.html b/doc/headers/comparison/less_equal.html index f1d846bb2..0111bc4ec 100644 --- a/doc/headers/comparison/less_equal.html +++ b/doc/headers/comparison/less_equal.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/comparison/not_equal.html b/doc/headers/comparison/not_equal.html index b23f49925..34834ba79 100644 --- a/doc/headers/comparison/not_equal.html +++ b/doc/headers/comparison/not_equal.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/config/limits.html b/doc/headers/config/limits.html index 11fde7e09..6d11f671c 100644 --- a/doc/headers/config/limits.html +++ b/doc/headers/config/limits.html @@ -32,8 +32,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/config/variadics.html b/doc/headers/config/variadics.html index d907a96cb..f418a408b 100644 --- a/doc/headers/config/variadics.html +++ b/doc/headers/config/variadics.html @@ -23,7 +23,7 @@

    Contents


    -
    © Copyright Edward Diener +
    © Copyright Edward Diener 2011,2014,2020

    Distributed under the Boost Software License, Version diff --git a/doc/headers/control.html b/doc/headers/control.html index d79582c86..f22f1d7d7 100644 --- a/doc/headers/control.html +++ b/doc/headers/control.html @@ -22,8 +22,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/control/deduce_d.html b/doc/headers/control/deduce_d.html index 29887682d..78ac11f2b 100644 --- a/doc/headers/control/deduce_d.html +++ b/doc/headers/control/deduce_d.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/control/expr_if.html b/doc/headers/control/expr_if.html index 26cf71260..e8e4e8789 100644 --- a/doc/headers/control/expr_if.html +++ b/doc/headers/control/expr_if.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/control/expr_iif.html b/doc/headers/control/expr_iif.html index 18a7c1a3f..471c04e13 100644 --- a/doc/headers/control/expr_iif.html +++ b/doc/headers/control/expr_iif.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/control/if.html b/doc/headers/control/if.html index 80f1edee6..351559786 100644 --- a/doc/headers/control/if.html +++ b/doc/headers/control/if.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/control/iif.html b/doc/headers/control/iif.html index 35756bb1f..0ed1a77d9 100644 --- a/doc/headers/control/iif.html +++ b/doc/headers/control/iif.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/control/while.html b/doc/headers/control/while.html index 6053cd7d1..74f7e1a47 100644 --- a/doc/headers/control/while.html +++ b/doc/headers/control/while.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/debug.html b/doc/headers/debug.html index 451c931ba..d38fbac1f 100644 --- a/doc/headers/debug.html +++ b/doc/headers/debug.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/debug/assert.html b/doc/headers/debug/assert.html index 7da21226e..d9c834f2f 100644 --- a/doc/headers/debug/assert.html +++ b/doc/headers/debug/assert.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/debug/line.html b/doc/headers/debug/line.html index 8dc9969e6..412489710 100644 --- a/doc/headers/debug/line.html +++ b/doc/headers/debug/line.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/dec.html b/doc/headers/dec.html index 68cc0198a..77612cf25 100644 --- a/doc/headers/dec.html +++ b/doc/headers/dec.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/empty.html b/doc/headers/empty.html index b50b9141d..d6bc780b5 100644 --- a/doc/headers/empty.html +++ b/doc/headers/empty.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/enum.html b/doc/headers/enum.html index 24e054d0d..0e1fdd948 100644 --- a/doc/headers/enum.html +++ b/doc/headers/enum.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/enum_params.html b/doc/headers/enum_params.html index c466b63e6..f668311f5 100644 --- a/doc/headers/enum_params.html +++ b/doc/headers/enum_params.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/enum_shifted.html b/doc/headers/enum_shifted.html index c3ae8a4db..5660892d1 100644 --- a/doc/headers/enum_shifted.html +++ b/doc/headers/enum_shifted.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/enum_shifted_params.html b/doc/headers/enum_shifted_params.html index b60db4fd9..ecb742115 100644 --- a/doc/headers/enum_shifted_params.html +++ b/doc/headers/enum_shifted_params.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/epwad.html b/doc/headers/epwad.html index ef94d36ed..a8dbdd60c 100644 --- a/doc/headers/epwad.html +++ b/doc/headers/epwad.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/epwd.html b/doc/headers/epwd.html index 87889ea2d..53f4dd4ee 100644 --- a/doc/headers/epwd.html +++ b/doc/headers/epwd.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/expand.html b/doc/headers/expand.html index 42776d880..424d47e7b 100644 --- a/doc/headers/expand.html +++ b/doc/headers/expand.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/expr_if.html b/doc/headers/expr_if.html index 0b13c5249..7edda3c79 100644 --- a/doc/headers/expr_if.html +++ b/doc/headers/expr_if.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/facilities.html b/doc/headers/facilities.html index b4166f9b6..0aa9fdedc 100644 --- a/doc/headers/facilities.html +++ b/doc/headers/facilities.html @@ -23,8 +23,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/facilities/apply.html b/doc/headers/facilities/apply.html index 6735dad7c..f4b8ee4a5 100644 --- a/doc/headers/facilities/apply.html +++ b/doc/headers/facilities/apply.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/facilities/check_empty.html b/doc/headers/facilities/check_empty.html index e615ef41f..2792e48c0 100644 --- a/doc/headers/facilities/check_empty.html +++ b/doc/headers/facilities/check_empty.html @@ -17,7 +17,7 @@

    Contents


    - © Copyright Edward Diener 2019 + © Copyright Edward Diener 2019

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/facilities/empty.html b/doc/headers/facilities/empty.html index 7460e96f8..3329a6177 100644 --- a/doc/headers/facilities/empty.html +++ b/doc/headers/facilities/empty.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/facilities/expand.html b/doc/headers/facilities/expand.html index 9b8fe21c3..3d6c34aec 100644 --- a/doc/headers/facilities/expand.html +++ b/doc/headers/facilities/expand.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/facilities/identity.html b/doc/headers/facilities/identity.html index af9034b42..c7f07ac28 100644 --- a/doc/headers/facilities/identity.html +++ b/doc/headers/facilities/identity.html @@ -18,9 +18,9 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 -
    © Copyright Edward Diener 2015 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002 +
    © Copyright Edward Diener 2015

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/facilities/intercept.html b/doc/headers/facilities/intercept.html index b258090ce..7c4b9203c 100644 --- a/doc/headers/facilities/intercept.html +++ b/doc/headers/facilities/intercept.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/facilities/overload.html b/doc/headers/facilities/overload.html index 0dc33c22d..a76beba20 100644 --- a/doc/headers/facilities/overload.html +++ b/doc/headers/facilities/overload.html @@ -17,7 +17,7 @@

    Contents


    - © Copyright Edward Diener 2011,2013 + © Copyright Edward Diener 2011,2013

    Distributed under the Boost Software License, Version 1.0. (See @@ -25,4 +25,4 @@

    Contents

    copy at www.boost.org/LICENSE_1_0.txt)

    - \ No newline at end of file + diff --git a/doc/headers/facilities/va_opt.html b/doc/headers/facilities/va_opt.html index 5e6c8fa6e..0829ae98e 100644 --- a/doc/headers/facilities/va_opt.html +++ b/doc/headers/facilities/va_opt.html @@ -20,7 +20,7 @@

    Contents

    target="_self">(v)
    -
    © Copyright Edward Diener 2019 +
    © Copyright Edward Diener 2019

    Distributed under the Boost Software License, Version diff --git a/doc/headers/for.html b/doc/headers/for.html index f31eb40b5..43d2b5075 100644 --- a/doc/headers/for.html +++ b/doc/headers/for.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/identity.html b/doc/headers/identity.html index 79579df77..5ffd1a46f 100644 --- a/doc/headers/identity.html +++ b/doc/headers/identity.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/if.html b/doc/headers/if.html index 1128991f3..7bec241c9 100644 --- a/doc/headers/if.html +++ b/doc/headers/if.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/inc.html b/doc/headers/inc.html index 97c029ff0..0a491ed8c 100644 --- a/doc/headers/inc.html +++ b/doc/headers/inc.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/iterate.html b/doc/headers/iterate.html index e1cd09f3e..55954fa19 100644 --- a/doc/headers/iterate.html +++ b/doc/headers/iterate.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/iteration.html b/doc/headers/iteration.html index 50cd379d7..af8d1c934 100644 --- a/doc/headers/iteration.html +++ b/doc/headers/iteration.html @@ -19,8 +19,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/iteration/iterate.html b/doc/headers/iteration/iterate.html index 90138e96c..859e2b1bd 100644 --- a/doc/headers/iteration/iterate.html +++ b/doc/headers/iteration/iterate.html @@ -30,8 +30,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/iteration/local.html b/doc/headers/iteration/local.html index efcec99c4..1893d2f1f 100644 --- a/doc/headers/iteration/local.html +++ b/doc/headers/iteration/local.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/iteration/self.html b/doc/headers/iteration/self.html index 7821009a1..cc2602eed 100644 --- a/doc/headers/iteration/self.html +++ b/doc/headers/iteration/self.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/library.html b/doc/headers/library.html index 2f2a8191f..4b8d6c544 100644 --- a/doc/headers/library.html +++ b/doc/headers/library.html @@ -13,8 +13,8 @@

    Usage


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/limits.html b/doc/headers/limits.html index 3a46c0a68..d8b9e9f81 100644 --- a/doc/headers/limits.html +++ b/doc/headers/limits.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/list.html b/doc/headers/list.html index cc4783a4c..d2fc70e40 100644 --- a/doc/headers/list.html +++ b/doc/headers/list.html @@ -35,8 +35,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/list/adt.html b/doc/headers/list/adt.html index 919e729da..2cb055152 100644 --- a/doc/headers/list/adt.html +++ b/doc/headers/list/adt.html @@ -22,8 +22,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/list/append.html b/doc/headers/list/append.html index bbf40a438..dbbb5ef42 100644 --- a/doc/headers/list/append.html +++ b/doc/headers/list/append.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/list/at.html b/doc/headers/list/at.html index cf20fdc83..6c4f9e449 100644 --- a/doc/headers/list/at.html +++ b/doc/headers/list/at.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/list/cat.html b/doc/headers/list/cat.html index 34c058a8a..58109e7a2 100644 --- a/doc/headers/list/cat.html +++ b/doc/headers/list/cat.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/list/enum.html b/doc/headers/list/enum.html index fa18f11da..df6e2cb3f 100644 --- a/doc/headers/list/enum.html +++ b/doc/headers/list/enum.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/list/filter.html b/doc/headers/list/filter.html index 5a882ad97..e94263ef0 100644 --- a/doc/headers/list/filter.html +++ b/doc/headers/list/filter.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/list/first_n.html b/doc/headers/list/first_n.html index bc6c0daa0..e032275bf 100644 --- a/doc/headers/list/first_n.html +++ b/doc/headers/list/first_n.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/list/fold_left.html b/doc/headers/list/fold_left.html index 077f3eb10..2b6061cc4 100644 --- a/doc/headers/list/fold_left.html +++ b/doc/headers/list/fold_left.html @@ -21,8 +21,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/list/fold_right.html b/doc/headers/list/fold_right.html index 827de4a8d..a7282cc97 100644 --- a/doc/headers/list/fold_right.html +++ b/doc/headers/list/fold_right.html @@ -21,8 +21,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/list/for_each.html b/doc/headers/list/for_each.html index ebfa15d03..f1b636a9b 100644 --- a/doc/headers/list/for_each.html +++ b/doc/headers/list/for_each.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/list/for_each_i.html b/doc/headers/list/for_each_i.html index d25c7c1ba..16dd4a564 100644 --- a/doc/headers/list/for_each_i.html +++ b/doc/headers/list/for_each_i.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/list/for_each_product.html b/doc/headers/list/for_each_product.html index 1d77142db..64845eca1 100644 --- a/doc/headers/list/for_each_product.html +++ b/doc/headers/list/for_each_product.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/list/rest_n.html b/doc/headers/list/rest_n.html index 20cf6c800..67f732ca3 100644 --- a/doc/headers/list/rest_n.html +++ b/doc/headers/list/rest_n.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/list/reverse.html b/doc/headers/list/reverse.html index 852ed1317..d471649f7 100644 --- a/doc/headers/list/reverse.html +++ b/doc/headers/list/reverse.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/list/size.html b/doc/headers/list/size.html index 9d9bfd6f8..d33ec17bf 100644 --- a/doc/headers/list/size.html +++ b/doc/headers/list/size.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/list/to_tuple.html b/doc/headers/list/to_tuple.html index a8cb42dc1..56e1252f1 100644 --- a/doc/headers/list/to_tuple.html +++ b/doc/headers/list/to_tuple.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/list/transform.html b/doc/headers/list/transform.html index bcd93b7fc..02c28a311 100644 --- a/doc/headers/list/transform.html +++ b/doc/headers/list/transform.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/logical.html b/doc/headers/logical.html index 041abfa1f..e061c9239 100644 --- a/doc/headers/logical.html +++ b/doc/headers/logical.html @@ -27,8 +27,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/logical/and.html b/doc/headers/logical/and.html index cc1f37dca..7f99aa605 100644 --- a/doc/headers/logical/and.html +++ b/doc/headers/logical/and.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/logical/bitand.html b/doc/headers/logical/bitand.html index 305694c9d..3fbc66abe 100644 --- a/doc/headers/logical/bitand.html +++ b/doc/headers/logical/bitand.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/logical/bitnor.html b/doc/headers/logical/bitnor.html index 1b1b0786b..8a414bc8d 100644 --- a/doc/headers/logical/bitnor.html +++ b/doc/headers/logical/bitnor.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/logical/bitor.html b/doc/headers/logical/bitor.html index 1c2aec8c5..89de644c3 100644 --- a/doc/headers/logical/bitor.html +++ b/doc/headers/logical/bitor.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/logical/bitxor.html b/doc/headers/logical/bitxor.html index 3bfa14d62..2e53d0706 100644 --- a/doc/headers/logical/bitxor.html +++ b/doc/headers/logical/bitxor.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/logical/bool.html b/doc/headers/logical/bool.html index 914560672..31925fa75 100644 --- a/doc/headers/logical/bool.html +++ b/doc/headers/logical/bool.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/logical/compl.html b/doc/headers/logical/compl.html index 1d7503e8b..33fc66d95 100644 --- a/doc/headers/logical/compl.html +++ b/doc/headers/logical/compl.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/logical/nor.html b/doc/headers/logical/nor.html index d58eae339..f7d787573 100644 --- a/doc/headers/logical/nor.html +++ b/doc/headers/logical/nor.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/logical/not.html b/doc/headers/logical/not.html index 57347bed7..b51b11b8b 100644 --- a/doc/headers/logical/not.html +++ b/doc/headers/logical/not.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/logical/or.html b/doc/headers/logical/or.html index f588b8cd1..a122f88ce 100644 --- a/doc/headers/logical/or.html +++ b/doc/headers/logical/or.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/logical/xor.html b/doc/headers/logical/xor.html index 67c8962e4..a6bebe3c9 100644 --- a/doc/headers/logical/xor.html +++ b/doc/headers/logical/xor.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/max.html b/doc/headers/max.html index 95d8bb63d..735f0e0f1 100644 --- a/doc/headers/max.html +++ b/doc/headers/max.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/min.html b/doc/headers/min.html index 44498a44e..0a0bd6d39 100644 --- a/doc/headers/min.html +++ b/doc/headers/min.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/preprocessor.html b/doc/headers/preprocessor.html index 889b8cc87..8b9829564 100644 --- a/doc/headers/preprocessor.html +++ b/doc/headers/preprocessor.html @@ -13,8 +13,8 @@

    Usage


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/punctuation.html b/doc/headers/punctuation.html index 28b4632ed..cdde5d6c4 100644 --- a/doc/headers/punctuation.html +++ b/doc/headers/punctuation.html @@ -20,8 +20,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/punctuation/comma.html b/doc/headers/punctuation/comma.html index 1be2eba09..957d7c601 100644 --- a/doc/headers/punctuation/comma.html +++ b/doc/headers/punctuation/comma.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/punctuation/comma_if.html b/doc/headers/punctuation/comma_if.html index 8dc1edc5f..276f9120e 100644 --- a/doc/headers/punctuation/comma_if.html +++ b/doc/headers/punctuation/comma_if.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/punctuation/is_begin_parens.html b/doc/headers/punctuation/is_begin_parens.html index 489762396..5f84030be 100644 --- a/doc/headers/punctuation/is_begin_parens.html +++ b/doc/headers/punctuation/is_begin_parens.html @@ -16,7 +16,7 @@

    Contents

  • BOOST_PP_IS_BEGIN_PARENS

  • -
    © Copyright Edward Diener 2014
    +
    © Copyright Edward Diener 2014

    Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/doc/headers/punctuation/paren.html b/doc/headers/punctuation/paren.html index 645ea9900..710ddcddf 100644 --- a/doc/headers/punctuation/paren.html +++ b/doc/headers/punctuation/paren.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/punctuation/paren_if.html b/doc/headers/punctuation/paren_if.html index 67c530062..3ed109edb 100644 --- a/doc/headers/punctuation/paren_if.html +++ b/doc/headers/punctuation/paren_if.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/punctuation/remove_parens.html b/doc/headers/punctuation/remove_parens.html index f2b6e46a5..edb50165a 100644 --- a/doc/headers/punctuation/remove_parens.html +++ b/doc/headers/punctuation/remove_parens.html @@ -16,7 +16,7 @@

    Contents

  • BOOST_PP_REMOVE_PARENS

  • -
    © Copyright Edward Diener 2014
    +
    © Copyright Edward Diener 2014

    Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/doc/headers/repeat.html b/doc/headers/repeat.html index e057d9a36..a3e583400 100644 --- a/doc/headers/repeat.html +++ b/doc/headers/repeat.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repeat_2nd.html b/doc/headers/repeat_2nd.html index e3bcadd0c..caf6dbc95 100644 --- a/doc/headers/repeat_2nd.html +++ b/doc/headers/repeat_2nd.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repeat_3rd.html b/doc/headers/repeat_3rd.html index e17203186..241f052f7 100644 --- a/doc/headers/repeat_3rd.html +++ b/doc/headers/repeat_3rd.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repeat_from_to.html b/doc/headers/repeat_from_to.html index 3cc9d6897..b42c7cf08 100644 --- a/doc/headers/repeat_from_to.html +++ b/doc/headers/repeat_from_to.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repeat_from_to_2nd.html b/doc/headers/repeat_from_to_2nd.html index 8bdf1521f..c64e88b28 100644 --- a/doc/headers/repeat_from_to_2nd.html +++ b/doc/headers/repeat_from_to_2nd.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repeat_from_to_3rd.html b/doc/headers/repeat_from_to_3rd.html index 5de4146f2..180f5b259 100644 --- a/doc/headers/repeat_from_to_3rd.html +++ b/doc/headers/repeat_from_to_3rd.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repetition.html b/doc/headers/repetition.html index 30675e377..d59108004 100644 --- a/doc/headers/repetition.html +++ b/doc/headers/repetition.html @@ -31,8 +31,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repetition/deduce_r.html b/doc/headers/repetition/deduce_r.html index d8f3957e0..8b310a4ad 100644 --- a/doc/headers/repetition/deduce_r.html +++ b/doc/headers/repetition/deduce_r.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repetition/deduce_z.html b/doc/headers/repetition/deduce_z.html index 9512af947..36c3af92e 100644 --- a/doc/headers/repetition/deduce_z.html +++ b/doc/headers/repetition/deduce_z.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repetition/enum.html b/doc/headers/repetition/enum.html index 83319a1c4..c753f05c8 100644 --- a/doc/headers/repetition/enum.html +++ b/doc/headers/repetition/enum.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repetition/enum_binary_params.html b/doc/headers/repetition/enum_binary_params.html index 7a4b5ae9c..bf5ccdbfe 100644 --- a/doc/headers/repetition/enum_binary_params.html +++ b/doc/headers/repetition/enum_binary_params.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repetition/enum_params.html b/doc/headers/repetition/enum_params.html index e5f2fdf57..08916c0f0 100644 --- a/doc/headers/repetition/enum_params.html +++ b/doc/headers/repetition/enum_params.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repetition/enum_shifted.html b/doc/headers/repetition/enum_shifted.html index d53c7e373..da87f1730 100644 --- a/doc/headers/repetition/enum_shifted.html +++ b/doc/headers/repetition/enum_shifted.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repetition/enum_shifted_params.html b/doc/headers/repetition/enum_shifted_params.html index db2fd2c08..242d7b314 100644 --- a/doc/headers/repetition/enum_shifted_params.html +++ b/doc/headers/repetition/enum_shifted_params.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repetition/enum_trailing.html b/doc/headers/repetition/enum_trailing.html index 4d0161d67..fff15c20d 100644 --- a/doc/headers/repetition/enum_trailing.html +++ b/doc/headers/repetition/enum_trailing.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repetition/enum_trailing_params.html b/doc/headers/repetition/enum_trailing_params.html index f1cb16e9f..2832f66a2 100644 --- a/doc/headers/repetition/enum_trailing_params.html +++ b/doc/headers/repetition/enum_trailing_params.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repetition/epwad.html b/doc/headers/repetition/epwad.html index 9ef357718..1925b84d3 100644 --- a/doc/headers/repetition/epwad.html +++ b/doc/headers/repetition/epwad.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repetition/epwd.html b/doc/headers/repetition/epwd.html index b57c077cb..fbd164148 100644 --- a/doc/headers/repetition/epwd.html +++ b/doc/headers/repetition/epwd.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repetition/esbp.html b/doc/headers/repetition/esbp.html index 67501a644..db17eb6c6 100644 --- a/doc/headers/repetition/esbp.html +++ b/doc/headers/repetition/esbp.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repetition/etbp.html b/doc/headers/repetition/etbp.html index a78f1dce8..eb8016c12 100644 --- a/doc/headers/repetition/etbp.html +++ b/doc/headers/repetition/etbp.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repetition/for.html b/doc/headers/repetition/for.html index 672b875ba..307f862c9 100644 --- a/doc/headers/repetition/for.html +++ b/doc/headers/repetition/for.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repetition/repeat.html b/doc/headers/repetition/repeat.html index 738264538..b166a4686 100644 --- a/doc/headers/repetition/repeat.html +++ b/doc/headers/repetition/repeat.html @@ -21,8 +21,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/repetition/repeat_from_to.html b/doc/headers/repetition/repeat_from_to.html index 5890b82e2..62ac4c13c 100644 --- a/doc/headers/repetition/repeat_from_to.html +++ b/doc/headers/repetition/repeat_from_to.html @@ -23,8 +23,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/selection.html b/doc/headers/selection.html index 0fd0eaf96..bbfb6772a 100644 --- a/doc/headers/selection.html +++ b/doc/headers/selection.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/selection/max.html b/doc/headers/selection/max.html index b1b33eba0..3250e1ba7 100644 --- a/doc/headers/selection/max.html +++ b/doc/headers/selection/max.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/selection/min.html b/doc/headers/selection/min.html index 37802fe92..cfd2b2d5a 100644 --- a/doc/headers/selection/min.html +++ b/doc/headers/selection/min.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq.html b/doc/headers/seq.html index 9e2ba8c7d..8e6612493 100644 --- a/doc/headers/seq.html +++ b/doc/headers/seq.html @@ -74,8 +74,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/cat.html b/doc/headers/seq/cat.html index 9b2ecd1ee..a29d79af3 100644 --- a/doc/headers/seq/cat.html +++ b/doc/headers/seq/cat.html @@ -25,8 +25,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/elem.html b/doc/headers/seq/elem.html index fcacbf741..2b52022c7 100644 --- a/doc/headers/seq/elem.html +++ b/doc/headers/seq/elem.html @@ -22,8 +22,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/enum.html b/doc/headers/seq/enum.html index bda1e088c..bd79e5f82 100644 --- a/doc/headers/seq/enum.html +++ b/doc/headers/seq/enum.html @@ -22,8 +22,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/filter.html b/doc/headers/seq/filter.html index 7435e92ad..56a04c69a 100644 --- a/doc/headers/seq/filter.html +++ b/doc/headers/seq/filter.html @@ -24,8 +24,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/first_n.html b/doc/headers/seq/first_n.html index c3183af81..99ac4f19d 100644 --- a/doc/headers/seq/first_n.html +++ b/doc/headers/seq/first_n.html @@ -23,8 +23,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/fold_left.html b/doc/headers/seq/fold_left.html index 0172ddab1..27c575333 100644 --- a/doc/headers/seq/fold_left.html +++ b/doc/headers/seq/fold_left.html @@ -25,8 +25,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/fold_right.html b/doc/headers/seq/fold_right.html index 5e841bbe7..0cd1c937e 100644 --- a/doc/headers/seq/fold_right.html +++ b/doc/headers/seq/fold_right.html @@ -25,8 +25,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/for_each.html b/doc/headers/seq/for_each.html index 2e0349336..5e882fa3b 100644 --- a/doc/headers/seq/for_each.html +++ b/doc/headers/seq/for_each.html @@ -25,8 +25,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/for_each_i.html b/doc/headers/seq/for_each_i.html index 5136182ed..23de27e4c 100644 --- a/doc/headers/seq/for_each_i.html +++ b/doc/headers/seq/for_each_i.html @@ -25,8 +25,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/for_each_product.html b/doc/headers/seq/for_each_product.html index 88f953688..395dfd4fe 100644 --- a/doc/headers/seq/for_each_product.html +++ b/doc/headers/seq/for_each_product.html @@ -25,8 +25,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/insert.html b/doc/headers/seq/insert.html index bc13cfa25..01cd474ba 100644 --- a/doc/headers/seq/insert.html +++ b/doc/headers/seq/insert.html @@ -22,8 +22,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/pop_back.html b/doc/headers/seq/pop_back.html index 3e56e0dea..cbb6e7a07 100644 --- a/doc/headers/seq/pop_back.html +++ b/doc/headers/seq/pop_back.html @@ -23,8 +23,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/pop_front.html b/doc/headers/seq/pop_front.html index b9a47fc88..c6d96b2bd 100644 --- a/doc/headers/seq/pop_front.html +++ b/doc/headers/seq/pop_front.html @@ -23,8 +23,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/push_back.html b/doc/headers/seq/push_back.html index 9366b5483..a3c84445a 100644 --- a/doc/headers/seq/push_back.html +++ b/doc/headers/seq/push_back.html @@ -22,8 +22,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/push_front.html b/doc/headers/seq/push_front.html index 8e5607820..376cc4c27 100644 --- a/doc/headers/seq/push_front.html +++ b/doc/headers/seq/push_front.html @@ -22,8 +22,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/remove.html b/doc/headers/seq/remove.html index 024057a96..14a2a3883 100644 --- a/doc/headers/seq/remove.html +++ b/doc/headers/seq/remove.html @@ -22,8 +22,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/replace.html b/doc/headers/seq/replace.html index b94504534..c02b69b83 100644 --- a/doc/headers/seq/replace.html +++ b/doc/headers/seq/replace.html @@ -22,8 +22,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/rest_n.html b/doc/headers/seq/rest_n.html index e42601aab..e5993fd33 100644 --- a/doc/headers/seq/rest_n.html +++ b/doc/headers/seq/rest_n.html @@ -23,8 +23,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/reverse.html b/doc/headers/seq/reverse.html index 1e86b2c48..771a17c50 100644 --- a/doc/headers/seq/reverse.html +++ b/doc/headers/seq/reverse.html @@ -24,8 +24,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/seq.html b/doc/headers/seq/seq.html index 7e72ae252..6e0fa57f6 100644 --- a/doc/headers/seq/seq.html +++ b/doc/headers/seq/seq.html @@ -26,8 +26,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/size.html b/doc/headers/seq/size.html index f882ed7c5..f5d089116 100644 --- a/doc/headers/seq/size.html +++ b/doc/headers/seq/size.html @@ -22,8 +22,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/subseq.html b/doc/headers/seq/subseq.html index 283d8f9c4..03fea11a3 100644 --- a/doc/headers/seq/subseq.html +++ b/doc/headers/seq/subseq.html @@ -22,8 +22,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/to_array.html b/doc/headers/seq/to_array.html index dfd1d0edd..f09335ec5 100644 --- a/doc/headers/seq/to_array.html +++ b/doc/headers/seq/to_array.html @@ -23,8 +23,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/to_list.html b/doc/headers/seq/to_list.html index bf70d5739..7a0f2bc1a 100644 --- a/doc/headers/seq/to_list.html +++ b/doc/headers/seq/to_list.html @@ -20,7 +20,7 @@


    - © Copyright Edward Diener 2011 + © Copyright Edward Diener 2011

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/to_tuple.html b/doc/headers/seq/to_tuple.html index eefb1831f..ad0ea1a4f 100644 --- a/doc/headers/seq/to_tuple.html +++ b/doc/headers/seq/to_tuple.html @@ -23,8 +23,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/seq/transform.html b/doc/headers/seq/transform.html index e3ba5b10d..f7dbefcb0 100644 --- a/doc/headers/seq/transform.html +++ b/doc/headers/seq/transform.html @@ -24,8 +24,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/slot.html b/doc/headers/slot.html index 5de2bc132..06274e15c 100644 --- a/doc/headers/slot.html +++ b/doc/headers/slot.html @@ -17,8 +17,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/slot/counter.html b/doc/headers/slot/counter.html index 35e80dfa4..3df236c45 100644 --- a/doc/headers/slot/counter.html +++ b/doc/headers/slot/counter.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/slot/slot.html b/doc/headers/slot/slot.html index b93e3596b..21510c8f7 100644 --- a/doc/headers/slot/slot.html +++ b/doc/headers/slot/slot.html @@ -18,8 +18,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/stringize.html b/doc/headers/stringize.html index 7b6b3d4e5..f7b0b0404 100644 --- a/doc/headers/stringize.html +++ b/doc/headers/stringize.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/tuple.html b/doc/headers/tuple.html index 96da3cb82..f566f47ce 100644 --- a/doc/headers/tuple.html +++ b/doc/headers/tuple.html @@ -45,10 +45,10 @@

    Includes

    (v)
    -
    © Copyright © Copyright Housemarque Oy 2002
    - © Copyright Paul Mensonides 2002
    -
    © Copyright Edward Diener 2013
    + © Copyright Paul Mensonides 2002
    +
    © Copyright Edward Diener 2013

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/tuple/eat.html b/doc/headers/tuple/eat.html index d74af351f..49d2855f8 100644 --- a/doc/headers/tuple/eat.html +++ b/doc/headers/tuple/eat.html @@ -14,8 +14,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/tuple/elem.html b/doc/headers/tuple/elem.html index ab35f10a1..622103a37 100644 --- a/doc/headers/tuple/elem.html +++ b/doc/headers/tuple/elem.html @@ -14,8 +14,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/tuple/enum.html b/doc/headers/tuple/enum.html index 5f9a11d06..39ba5cf3c 100644 --- a/doc/headers/tuple/enum.html +++ b/doc/headers/tuple/enum.html @@ -15,7 +15,7 @@

    Contents


    - © Copyright Edward Diener 2011,2013 + © Copyright Edward Diener 2011,2013

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/tuple/insert.html b/doc/headers/tuple/insert.html index 2af84b4ca..9942c340a 100644 --- a/doc/headers/tuple/insert.html +++ b/doc/headers/tuple/insert.html @@ -17,7 +17,7 @@

    Contents

    href="../../topics/variadic_macros.html#VNotation">(v)
    -
    © Copyright Edward Diener 2013
    +
    © Copyright Edward Diener 2013

    Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/doc/headers/tuple/pop_back.html b/doc/headers/tuple/pop_back.html index e6edefce5..1b5a0bae9 100644 --- a/doc/headers/tuple/pop_back.html +++ b/doc/headers/tuple/pop_back.html @@ -18,7 +18,7 @@

    Contents

    (v)
    -
    © Copyright Edward Diener 2013
    +
    © Copyright Edward Diener 2013

    Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/doc/headers/tuple/pop_front.html b/doc/headers/tuple/pop_front.html index 633acdb6d..5a5b52561 100644 --- a/doc/headers/tuple/pop_front.html +++ b/doc/headers/tuple/pop_front.html @@ -18,7 +18,7 @@

    Contents

    (v)
    -
    © Copyright Edward Diener 2013
    +
    © Copyright Edward Diener 2013

    Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/doc/headers/tuple/push_back.html b/doc/headers/tuple/push_back.html index 9cedd21eb..f617c7d71 100644 --- a/doc/headers/tuple/push_back.html +++ b/doc/headers/tuple/push_back.html @@ -16,7 +16,7 @@

    Contents

    (v)
    -
    © Copyright Edward Diener 2013
    +
    © Copyright Edward Diener 2013

    Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/doc/headers/tuple/push_front.html b/doc/headers/tuple/push_front.html index 7d5510b10..60a4e0419 100644 --- a/doc/headers/tuple/push_front.html +++ b/doc/headers/tuple/push_front.html @@ -16,7 +16,7 @@

    Contents

    (v)
    -
    © Copyright Edward Diener 2013
    +
    © Copyright Edward Diener 2013

    Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/doc/headers/tuple/rem.html b/doc/headers/tuple/rem.html index c90fa29f7..c9758faab 100644 --- a/doc/headers/tuple/rem.html +++ b/doc/headers/tuple/rem.html @@ -16,8 +16,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/tuple/remove.html b/doc/headers/tuple/remove.html index 651113c63..e8794a1e9 100644 --- a/doc/headers/tuple/remove.html +++ b/doc/headers/tuple/remove.html @@ -17,7 +17,7 @@

    Contents

    href="../../topics/variadic_macros.html#VNotation">(v)
    -
    © Copyright Edward Diener 2013
    +
    © Copyright Edward Diener 2013

    Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/doc/headers/tuple/replace.html b/doc/headers/tuple/replace.html index 03ca25d9b..0f0d5c0eb 100644 --- a/doc/headers/tuple/replace.html +++ b/doc/headers/tuple/replace.html @@ -18,7 +18,7 @@

    Contents

    (v)
    -
    © Copyright Edward Diener 2013
    +
    © Copyright Edward Diener 2013

    Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt diff --git a/doc/headers/tuple/reverse.html b/doc/headers/tuple/reverse.html index 785e3935c..dc30f93a7 100644 --- a/doc/headers/tuple/reverse.html +++ b/doc/headers/tuple/reverse.html @@ -14,8 +14,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/tuple/size.html b/doc/headers/tuple/size.html index 264a9d73e..bbaee7964 100644 --- a/doc/headers/tuple/size.html +++ b/doc/headers/tuple/size.html @@ -15,7 +15,7 @@

    Contents


    - © Copyright Edward Diener 2011,2013 + © Copyright Edward Diener 2011,2013

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/tuple/to_array.html b/doc/headers/tuple/to_array.html index c7530b5b8..365ded5e6 100644 --- a/doc/headers/tuple/to_array.html +++ b/doc/headers/tuple/to_array.html @@ -15,7 +15,7 @@

    Contents


    - © Copyright Edward Diener 2011,2013 + © Copyright Edward Diener 2011,2013

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/tuple/to_list.html b/doc/headers/tuple/to_list.html index 2d4228491..40235a24d 100644 --- a/doc/headers/tuple/to_list.html +++ b/doc/headers/tuple/to_list.html @@ -14,8 +14,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/tuple/to_seq.html b/doc/headers/tuple/to_seq.html index b3420e30c..73c2f7c78 100644 --- a/doc/headers/tuple/to_seq.html +++ b/doc/headers/tuple/to_seq.html @@ -20,8 +20,8 @@


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/variadic.html b/doc/headers/variadic.html index 3a5e4f423..8974900f5 100644 --- a/doc/headers/variadic.html +++ b/doc/headers/variadic.html @@ -23,7 +23,7 @@

    Includes


    - © Copyright Edward Diener 2011,2013,2019 + © Copyright Edward Diener 2011,2013,2019

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/variadic/elem.html b/doc/headers/variadic/elem.html index f37fe22c2..594046f13 100644 --- a/doc/headers/variadic/elem.html +++ b/doc/headers/variadic/elem.html @@ -19,7 +19,7 @@

    Contents


    - © Copyright Edward Diener 2011,2013 + © Copyright Edward Diener 2011,2013

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/variadic/has_opt.html b/doc/headers/variadic/has_opt.html index 6471cac46..b6e9e5113 100644 --- a/doc/headers/variadic/has_opt.html +++ b/doc/headers/variadic/has_opt.html @@ -15,11 +15,11 @@

    Contents


    - © Copyright Edward Diener 2019 + © Copyright Edward Diener 2019

    Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)

    - \ No newline at end of file + diff --git a/doc/headers/variadic/size.html b/doc/headers/variadic/size.html index dec4e936a..b29f0bf81 100644 --- a/doc/headers/variadic/size.html +++ b/doc/headers/variadic/size.html @@ -15,11 +15,11 @@

    Contents


    - © Copyright Edward Diener 2011,2013 + © Copyright Edward Diener 2011,2013

    Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)

    - \ No newline at end of file + diff --git a/doc/headers/variadic/to_array.html b/doc/headers/variadic/to_array.html index 26525ef31..82a6da1c3 100644 --- a/doc/headers/variadic/to_array.html +++ b/doc/headers/variadic/to_array.html @@ -15,11 +15,11 @@

    Contents


    - © Copyright Edward Diener 2011,2013 + © Copyright Edward Diener 2011,2013

    Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)

    - \ No newline at end of file + diff --git a/doc/headers/variadic/to_list.html b/doc/headers/variadic/to_list.html index 1a6bc859f..313c23faa 100644 --- a/doc/headers/variadic/to_list.html +++ b/doc/headers/variadic/to_list.html @@ -15,11 +15,11 @@

    Contents


    - © Copyright Edward Diener 2011,2013 + © Copyright Edward Diener 2011,2013

    Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)

    - \ No newline at end of file + diff --git a/doc/headers/variadic/to_seq.html b/doc/headers/variadic/to_seq.html index 64022dd3b..b65953707 100644 --- a/doc/headers/variadic/to_seq.html +++ b/doc/headers/variadic/to_seq.html @@ -20,7 +20,7 @@


    - © Copyright Edward Diener 2011,2013 + © Copyright Edward Diener 2011,2013

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/variadic/to_tuple.html b/doc/headers/variadic/to_tuple.html index ee55807b7..191a64692 100644 --- a/doc/headers/variadic/to_tuple.html +++ b/doc/headers/variadic/to_tuple.html @@ -21,7 +21,7 @@


    - © Copyright Edward Diener 2011,2013 + © Copyright Edward Diener 2011,2013

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/while.html b/doc/headers/while.html index 8f0d59bf6..ec27cb89a 100644 --- a/doc/headers/while.html +++ b/doc/headers/while.html @@ -18,8 +18,8 @@

    Includes


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/headers/wstringize.html b/doc/headers/wstringize.html index 1b7d6d06c..e1c76a09e 100644 --- a/doc/headers/wstringize.html +++ b/doc/headers/wstringize.html @@ -17,8 +17,8 @@

    Contents


    - © Copyright Housemarque Oy 2002 -
    © Copyright Paul Mensonides 2002 + © Copyright Housemarque Oy 2002 +
    © Copyright Paul Mensonides 2002

    Distributed under the Boost Software License, Version 1.0. (See diff --git a/doc/index.html b/doc/index.html index 4aedc19a8..abfbad549 100644 --- a/doc/index.html +++ b/doc/index.html @@ -13,8 +13,8 @@ - \ No newline at end of file + diff --git a/doc/terms.html b/doc/terms.html index 7edfb2d49..40aa63f95 100644 --- a/doc/terms.html +++ b/doc/terms.html @@ -12,8 +12,8 @@

    Terminology [back] diff --git a/doc/top.html b/doc/top.html index 1676e6655..7208b3c90 100644 --- a/doc/top.html +++ b/doc/top.html @@ -21,8 +21,8 @@ - \ No newline at end of file + diff --git a/test/cpp_standard.cpp b/test/cpp_standard.cpp index 65ad5a9d5..49e79f662 100644 --- a/test/cpp_standard.cpp +++ b/test/cpp_standard.cpp @@ -313,7 +313,7 @@ int print_macros_common_4() #define LOW LOW ", world" // debug(1, 2); -// fputs(str(strncmp("abc\0d", "abc", ’\4’) // this goes away +// fputs(str(strncmp("abc\0d", "abc", Â’\4Â’) // this goes away // == 0) str(: @\n), s); // #include xstr(INCFILE(2).h) // glue(HIGH, LOW); @@ -322,7 +322,7 @@ int print_macros_common_4() // results in // printf("x" "1" "= %d, x" "2" "= %s", x1, x2); -// fputs("strncmp(\"abc\\0d\", \"abc\", ’\\4’) == 0" ": @\n", s); +// fputs("strncmp(\"abc\\0d\", \"abc\", Â’\\4Â’) == 0" ": @\n", s); // #include "vers2.h" (after macro replacement, before file access) // "hello"; // "hello" ", world"