1234567891011121314151617181920212223242526 |
- #ifndef UUID_FEE5120A6C1211DE94E8BC9155D89593
- #define UUID_FEE5120A6C1211DE94E8BC9155D89593
- #include <string>
- namespace
- boost
- {
- template <class Tag,class T> class error_info;
-
-
-
-
-
-
-
- typedef error_info<struct errinfo_file_name_,std::string> errinfo_file_name;
- }
- #endif
|