Skip to content

Commit 28f0649

Browse files
Johannes Ballécopybara-github
authored andcommitted
Updates build to C++17.
This fixes building against TF 2.10 nightlies. PiperOrigin-RevId: 452811805 Change-Id: Ib2f8768700e202eb097a00d8d10e804350db1ed1
1 parent ccf33ea commit 28f0649

File tree

1 file changed

+1
-1
lines changed
  • tensorflow_compression/cc

1 file changed

+1
-1
lines changed

tensorflow_compression/cc/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cc_binary(
1515
),
1616
copts = [
1717
"-pthread",
18-
"-std=c++14",
18+
"-std=c++17",
1919
],
2020
linkshared = 1,
2121
linkstatic = 0,

0 commit comments

Comments
 (0)