Skip to content

Commit

Permalink
Drop variadic template warning fix: causes build error
Browse files Browse the repository at this point in the history
  • Loading branch information
outpaddling committed Nov 14, 2012
1 parent 115b211 commit 05fb6d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dolfin/Makefile
Expand Up @@ -30,10 +30,10 @@ CMAKE_ARGS+= -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
CXXFLAGS+= -I${LOCALBASE}/${PYINC}
.endif

# Fix for variadic template warnings
# Fix for variadic template warnings, but causes make_pair() error
.if ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD"
#CXXFLAGS+= -std=gnu++0x
CXXFLAGS+= -std=c++0x
#CXXFLAGS+= -std=c++0x
.endif

# MAKE_ENV+= ARMADILLO_DIR=${PREFIX}
Expand Down

0 comments on commit 05fb6d2

Please sign in to comment.