[boost.geometry] concept namespace conflicts with new concept keyword (gcc 6.1)
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' Am I missing something? If not, are there any plans for renaming this namespace? Do you know of any other incompatibilities between the boost libraries and the concepts TS? Thanks and best regards, Enrique Garcia
Hi Enrique, Op 26-7-2016 om 23:15 schreef kique G:
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'
Am I missing something? If not, are there any plans for renaming this namespace?
Thanks! I renamed the namespace from "concept" to "concepts"
Do you know of any other incompatibilities between the boost libraries and the concepts TS?
Personally I don't know. Regards, Barend
Hi Barend,
that was fast! Thanks a lot,
Enrique
2016-07-27 15:55 GMT+02:00 Barend Gehrels
Hi Enrique,
Op 26-7-2016 om 23:15 schreef kique G:
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'
Am I missing something? If not, are there any plans for renaming this namespace?
Thanks! I renamed the namespace from "concept" to "concepts"
Do you know of any other incompatibilities between the boost libraries and the concepts TS?
Personally I don't know.
Regards, Barend
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Barend Gehrels
-
kique G