From 34f9618d31532c7872bef4529eaa138527a320c9 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 2 May 2016 12:37:06 -0700 Subject: [core] Replace boost::lexical_cast with std::to_string This removes the only boost dependency from public headers. --- bin/glfw.gypi | 1 - 1 file changed, 1 deletion(-) (limited to 'bin') diff --git a/bin/glfw.gypi b/bin/glfw.gypi index 548c5c2d4d..395b94009f 100644 --- a/bin/glfw.gypi +++ b/bin/glfw.gypi @@ -28,7 +28,6 @@ 'cflags_cc': [ '<@(glfw_cflags)', '<@(variant_cflags)', - '<@(boost_cflags)', ], 'ldflags': [ '<@(glfw_ldflags)', -- cgit v1.2.1