Am I missing something? If not, are there any plans for renaming this namespace?Hello,I am using boost.geometry with gcc 6.1 and I am finding conflicts between the new concept keyword (-fconcepts) and the concept namespace:
/usr/include/boost/geometry/geometries/concepts/point_concept.hpp:33:50: error: expected identifier before 'concept'
Do you know of any other incompatibilities between the boost libraries and the concepts TS?