X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Finclude%2Fext%2Fpb_ds%2Fdetail%2Fcc_hash_table_map_%2Fpolicy_access_fn_imps.hpp;h=3cf1c8db1249f8f875b94bb331cb1fe65b265053;hb=99dee82307f1e163e150c9c810452979994047ce;hp=5cf8e7cd83976c3ce6c33677f526fdb4b5716a8d;hpb=818ab71a415cd234be092111a0aa5e812ec56434;p=thirdparty%2Fgcc.git diff --git a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp index 5cf8e7cd8397..3cf1c8db1249 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2021 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms @@ -39,6 +39,8 @@ * functions. */ +#ifdef PB_DS_CLASS_C_DEC + PB_DS_CLASS_T_DEC Hash_Fn& PB_DS_CLASS_C_DEC:: @@ -86,3 +88,4 @@ const Resize_Policy& PB_DS_CLASS_C_DEC:: get_resize_policy() const { return *this; } +#endif