Upgrade mobile BUCK and .bzl files to use C++14

Summary:
Upgrade mobile `BUCK` and `.bzl` files to use C++14.

Let's see what happens.

Reviewed By: mzlee

Differential Revision: D14223329

fbshipit-source-id: ff642ca017103d9415c4d7f5beaf5ded07ef7ff1
This commit is contained in:
Yedidya Feldblum
2019-03-16 02:21:26 -07:00
committed by Facebook Github Bot
parent 9f72ad05ce
commit f793ba2d6b
4 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ load(
"yoga_dep",
)
COMPILER_FLAGS = BASE_COMPILER_FLAGS + ["-std=c++11"]
COMPILER_FLAGS = BASE_COMPILER_FLAGS + ["-std=c++14"]
fb_native.csharp_library(
name = "yogalibnet46",