Skip to content

Commit fa5d1f1

Browse files
committed
Remove remaining stray HAS_CXX0X_INITIALIZER_LIST
1 parent 12c29ee commit fa5d1f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

inst/include/Rcpp/vector/Vector.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,9 @@ class Vector :
236236
std::transform( first, last, begin(), func) ;
237237
}
238238

239-
#ifdef HAS_CXX0X_INITIALIZER_LIST
240239
Vector( std::initializer_list<init_type> list ) {
241240
assign( list.begin() , list.end() ) ;
242241
}
243-
#endif
244242

245243
template <typename T>
246244
Vector& operator=( const T& x) {

0 commit comments

Comments
 (0)