mirror of
https://github.com/boostorg/regex.git
synced 2025-07-19 23:32:10 +02:00
Regex: move boost headers to top of list to work around clang issue which requires workarounds present in config.hpp.
This commit is contained in:
@ -17,13 +17,13 @@
|
||||
* paste into regex source.
|
||||
*/
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
#include <boost/config.hpp>
|
||||
|
||||
std::string g_char_type;
|
||||
std::string g_data_type;
|
||||
|
Reference in New Issue
Block a user