Skip to content

Commit 9304e1f

Browse files
committed
Switch to C++14 (#49)
1 parent a0cf049 commit 9304e1f

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: rlas
22
Type: Package
33
Title: Read and Write 'las' and 'laz' Binary File Formats Used for Remote Sensing Data
4-
Version: 1.3.7
4+
Version: 1.3.8
55
Date: 2020-11-10
66
Authors@R: c(
77
person("Jean-Romain", "Roussel", email = "jean-romain.roussel.1@ulaval.ca", role = c("aut", "cre", "cph")),

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### rlas v1.3.8
2+
3+
- Switch to C++14 to use boost 1.75.0 (see [#49](https://github.com/Jean-Romain/rlas/issues/49))
4+
15
### rlas v1.3.7
26

37
- Fix [#48](https://github.com/Jean-Romain/rlas/issues/48). `header_set_epsg()` inccorectly set the epsg code when the key 3072 is missing but the VLR is not empty

src/Makevars

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ SOURCES = LASlib/lasreader_txt.cpp \
5959
TEMP1 = $(SOURCES:.cpp=.o)
6060
OBJECTS = $(TEMP1:.c=.o)
6161

62-
CXX_STD = CXX11
62+
CXX_STD = CXX14

src/Makevars.win

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ SOURCES = LASlib/lasreader_txt.cpp \
5959
TEMP1 = $(SOURCES:.cpp=.o)
6060
OBJECTS = $(TEMP1:.c=.o)
6161

62-
CXX_STD = CXX11
62+
CXX_STD = CXX14

0 commit comments

Comments
 (0)