Ryan Hill <dirtye...@gentoo.org> writes: > Christ on a $#@%! crutch. You can NOT auto-enable C++11 in your library based > on a configure test and then stuff flags that are not supported by previous > compiler versions into pkg-config for library consumers. Somebody sane > please fix this.
Though is it not normally a reasonable assumption that the library consumers will be built with the same or later compiler version as the library? In which case it does no harm.