Remove charconv dependency

This commit is contained in:
Paul Ferrand 2020-02-04 18:16:41 +01:00
parent 09479091d8
commit 498e163812

View file

@ -6,8 +6,8 @@
#include "Opcode.h"
#include "StringViewHelpers.h"
#include "absl/strings/charconv.h"
#include <cctype>
sfz::Opcode::Opcode(absl::string_view inputOpcode, absl::string_view inputValue)
: opcode(inputOpcode)
, value(inputValue)