]> git.lyx.org Git - lyx.git/commit
msvc: Move implementation of numpunct<> functions to cpp file
authorVincent van Ravesteijn <vfr@lyx.org>
Tue, 20 Oct 2015 19:23:01 +0000 (21:23 +0200)
committerVincent van Ravesteijn <vfr@lyx.org>
Tue, 20 Oct 2015 19:28:40 +0000 (21:28 +0200)
commit990446c0e1d784ef9e067f109d4eaef08a9237b4
tree1c57f64e647ac212bb8fb501222cdd917f866d3d
parent42e5353f8a9fedc5829f25aa06399bc9f1150cc4
msvc: Move implementation of numpunct<> functions to cpp file

These functions use lyx::from_ascii which means they need to include
docstring.h, but that results in a circular include.
src/support/docstream.cpp
src/support/numpunct_lyx_char_type.h