https://bugs.kde.org/show_bug.cgi?id=375195

--- Comment #3 from Kevin Funk <kf...@kde.org> ---
Okay, external projects (here: boost) are indeed a problem...:

/usr/include/boost/graph/transitive_reduction.hpp:108:25: error: unknown type
name 'not'
                    if( not edge_in_closure[i][j] ) {
                        ^
/usr/include/boost/graph/transitive_reduction.hpp:108:29: error: variable
declaration in condition must have an initializer
                    if( not edge_in_closure[i][j] ) {
                            ^
/usr/include/boost/graph/transitive_reduction.hpp:110:29: error: unknown type
name 'not'
                        if( not edge_in_closure[i][k] ) {
                            ^
/usr/include/boost/graph/transitive_reduction.hpp:110:33: error: variable
declaration in condition must have an initializer
                        if( not edge_in_closure[i][k] ) {
                                ^
4 errors generated.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to