id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 12646,Compilation error when using a property type other than int with property_merge_45,Charles A Cornell ,Lucanus Simonson,"The following usage of property merge leads to compilation errors: property_merge_45 pm; The issue is simple to correct. I was able to get the following to compile and function as expected by making a one line edit to polygon/detail/property_merge_45.hpp. I modified line 34 in class CountMerge to be: typename std::vector >::iterator itr = lower_bound(counts.begin(), counts.end(), std::make_pair(index, int(0))); instead of: std::vector >::iterator itr = lower_bound(counts.begin(), counts.end(), std::make_pair(index, int(0))); which make it consistent with the declaration in class CountMerge: std::vector > counts; -Charles ",Bugs,new,To Be Determined,polygon,Boost 1.62.0,Problem,,,